Home
last modified time | relevance | path

Searched refs:linphone_core_get_chat_room (Results 1 – 10 of 10) sorted by relevance

/dports/net/liblinphone/linphone-3.12.0/tester/
H A Dmessage_tester.c479 chat_room = linphone_core_get_chat_room(pauline->lc, marie->identity); in transfer_message_base2()
621 chat_room = linphone_core_get_chat_room(pauline->lc, marie->identity); in transfer_message_upload_cancelled()
650 chat_room = linphone_core_get_chat_room(pauline->lc,marie->identity); in transfer_message_download_cancelled()
689 chat_room = linphone_core_get_chat_room(pauline->lc, marie->identity); in file_transfer_using_external_body_url()
942 chat_room = linphone_core_get_chat_room(pauline->lc, marie->identity); in _is_composing_notification()
1137 chat_room = linphone_core_get_chat_room(pauline->lc, marie->identity); in _im_error_delivery_notification()
1207 chat_room = linphone_core_get_chat_room(pauline->lc, marie->identity); in lime_text_message()
1246 chat_room = linphone_core_get_chat_room(pauline->lc, marie->identity); in lime_text_message_to_non_lime()
1307 chat_room = linphone_core_get_chat_room(pauline->lc, marie->identity); in lime_multiple_messages_while_network_unreachable()
1599 chatroom = linphone_core_get_chat_room(marie->lc, jehan_addr); in history_range()
[all …]
H A Dflexisip_tester.c72 LinphoneChatRoom* chat_room = linphone_core_get_chat_room(pauline->lc, marie->identity); in message_forking()
102 LinphoneChatRoom* chat_room = linphone_core_get_chat_room(pauline->lc, marie->identity); in message_forking_with_unreachable_recipients()
152 LinphoneChatRoom* chat_room = linphone_core_get_chat_room(pauline->lc, marie->identity); in message_forking_with_all_recipients_unreachable()
815 chat_room = linphone_core_get_chat_room(pauline->lc, marie->identity); in file_transfer_message_rcs_to_external_body_client()
864 chat_room = linphone_core_get_chat_room(pauline->lc, marie->identity); in send_file_transfer_message_using_external_body_url()
945 chat_room = linphone_core_get_chat_room(pauline->lc, marie->identity); in dos_module_trigger()
/dports/net/liblinphone/linphone-3.12.0/tools/
H A Dlpsendmsg.c179 room = linphone_core_get_chat_room(lc, to); in main()
/dports/net/liblinphone/linphone-3.12.0/coreapi/help/doc/doxygen/
H A Ddoxygen.dox192 …sing #LinphoneChatRoom object. First step is to create a \link linphone_core_get_chat_room() chat …
195 * LinphoneChatRoom* chat_room = linphone_core_get_chat_room(lc,"sip:joe@sip.linphone.org");
/dports/net/liblinphone/linphone-3.12.0/gtk/
H A Dchat.c575 LinphoneChatRoom *cr=linphone_core_get_chat_room(linphone_gtk_get_core(), with); in linphone_gtk_create_chatroom()
H A Dfriendlist.c609 cr = linphone_core_get_chat_room(lc, addr); in get_friend_weight()
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dchat.c258 LinphoneChatRoom *linphone_core_get_chat_room(LinphoneCore *lc, const LinphoneAddress *addr) { in linphone_core_get_chat_room() function
668 cr = linphone_core_get_chat_room(lc, addr); in linphone_core_message_received()
H A Dmessage_storage.c200 linphone_core_get_chat_room(lc, addr); in callback_all()
H A Dlinphonecore_jni.cc2524 LinphoneChatRoom* lResult = linphone_core_get_chat_room((LinphoneCore*)lc,(LinphoneAddress *)to); in Java_org_linphone_core_LinphoneCoreImpl_getChatRoom()
/dports/net/liblinphone/linphone-3.12.0/include/linphone/
H A Dcore.h4834 LINPHONE_PUBLIC LinphoneChatRoom *linphone_core_get_chat_room(LinphoneCore *lc, const LinphoneAddre…