Home
last modified time | relevance | path

Searched refs:is_account_linked_response_cb (Results 1 – 2 of 2) sorted by relevance

/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Daccount_creator.c239 return cbs->is_account_linked_response_cb; in linphone_account_creator_cbs_get_is_account_linked()
243 cbs->is_account_linked_response_cb = cb; in linphone_account_creator_cbs_set_is_account_linked()
609 || creator->cbs->is_account_linked_response_cb == NULL) { in linphone_account_creator_is_account_linked()
979 if (creator->cbs->is_account_linked_response_cb != NULL) { in _get_phone_number_for_account_cb_custom()
987 creator->cbs->is_account_linked_response_cb(creator, status, resp); in _get_phone_number_for_account_cb_custom()
H A Dprivate.h1477 …LinphoneAccountCreatorCbsStatusCb is_account_linked_response_cb; /**< Response of is_account_linke… member