Home
last modified time | relevance | path

Searched defs:notify_presence_received (Results 1 – 4 of 4) sorted by relevance

/dports/net/liblinphone/linphone-3.12.0/tester/
H A Dpresence_tester.c52 void notify_presence_received(LinphoneCore *lc, LinphoneFriend * lf) { in notify_presence_received() function
/dports/net/liblinphone/linphone-3.12.0/include/linphone/
H A Dcore.h184 …LinphoneCoreNotifyPresenceReceivedCb notify_presence_received; /**< Notify received presence event… member
/dports/net/liblinphone/linphone-3.12.0/tools/python/unittests/
H A Dlinphonetester.py503 def notify_presence_received(cls, lc, lf): member in CoreManager
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dlinphonecore_jni.cc1141 static void notify_presence_received(LinphoneCore *lc, LinphoneFriend *my_friend) { in notify_presence_received() function in LinphoneCoreData