Home
last modified time | relevance | path

Searched refs:LinphoneContactProvider (Results 1 – 6 of 6) sorted by relevance

/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dcontactprovider.c93 void linphone_contact_provider_init(LinphoneContactProvider* obj, LinphoneCore* lc){ in linphone_contact_provider_init()
97 static void contact_provider_destroy(LinphoneContactProvider* obj){ in contact_provider_destroy()
101 LinphoneContactSearch* linphone_contact_provider_begin_search(LinphoneContactProvider* obj, const c… in linphone_contact_provider_begin_search()
103 …return BELLE_SIP_OBJECT_VPTR(obj,LinphoneContactProvider)->begin_search( LINPHONE_CONTACT_PROVIDER… in linphone_contact_provider_begin_search()
106 unsigned int linphone_contact_provider_cancel_search(LinphoneContactProvider* obj, LinphoneContactS… in linphone_contact_provider_cancel_search()
108 …return BELLE_SIP_OBJECT_VPTR(obj,LinphoneContactProvider)->cancel_search( LINPHONE_CONTACT_PROVIDE… in linphone_contact_provider_cancel_search()
111 LinphoneContactProvider* linphone_contact_provider_ref(void* obj) in linphone_contact_provider_ref()
121 LinphoneContactProvider*linphone_contact_provider_cast(void* obj) in linphone_contact_provider_cast()
126 BELLE_SIP_DECLARE_NO_IMPLEMENTED_INTERFACES(LinphoneContactProvider);
127 BELLE_SIP_INSTANCIATE_CUSTOM_VPTR_BEGIN(LinphoneContactProvider) in BELLE_SIP_INSTANCIATE_CUSTOM_VPTR_BEGIN() argument
[all …]
H A Dcontact_providers_priv.h42 #define LINPHONE_CONTACT_PROVIDER(obj) BELLE_SIP_CAST(obj,LinphoneContactProvider)
44 typedef LinphoneContactSearch* (*LinphoneContactProviderStartSearchMethod)( LinphoneContactProvider
45 …gned int (*LinphoneContactProviderCancelSearchMethod)( LinphoneContactProvider* thiz, Li…
47 BELLE_SIP_DECLARE_CUSTOM_VPTR_BEGIN_NO_EXPORT(LinphoneContactProvider,belle_sip_object_t)
63 BELLE_SIP_DECLARE_CUSTOM_VPTR_BEGIN_NO_EXPORT(LinphoneLDAPContactProvider,LinphoneContactProvider)
H A Dldapprovider.c39 LinphoneContactProvider base;
138 static unsigned int linphone_ldap_contact_provider_cancel_search(LinphoneContactProvider* obj, Linp…
561 linphone_contact_provider_init((LinphoneContactProvider*)obj, lc); in linphone_ldap_contact_provider_create()
563 …ms_message( "Constructed Contact provider '%s'", BELLE_SIP_OBJECT_VPTR(obj,LinphoneContactProvider in linphone_ldap_contact_provider_create()
629 static unsigned int linphone_ldap_contact_provider_cancel_search(LinphoneContactProvider* obj, Linp… in linphone_ldap_contact_provider_cancel_search()
791 BELLE_SIP_VPTR_INIT(LinphoneLDAPContactProvider,LinphoneContactProvider,TRUE), in BELLE_SIP_INSTANCIATE_CUSTOM_VPTR_BEGIN()
H A Dprivate.h1841 BELLE_SIP_TYPE_ID(LinphoneContactProvider),
/dports/net/liblinphone/linphone-3.12.0/include/linphone/
H A Dcontactprovider.h41 void linphone_contact_provider_init(LinphoneContactProvider *obj, LinphoneCore *lc);
42 LinphoneCore * linphone_contact_provider_get_core(LinphoneContactProvider *obj);
43 const char * linphone_contact_provider_get_name(LinphoneContactProvider *obj);
44 LinphoneContactProvider* linphone_contact_provider_ref(void *obj);
46 LINPHONE_PUBLIC LinphoneContactProvider * linphone_contact_provider_cast(void *obj);
48 …C LinphoneContactSearch * linphone_contact_provider_begin_search(LinphoneContactProvider *obj, con…
49 unsigned int linphone_contact_provider_cancel_search(LinphoneContactProvider *obj, LinphoneContactS…
H A Dtypes.h449 typedef struct _LinphoneContactProvider LinphoneContactProvider; typedef