Home
last modified time | relevance | path

Searched refs:INVITE_TO_CONFERENCE (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_status_callback_ipc_interface_code.h48 INVITE_TO_CONFERENCE, enumerator
H A Dcellular_call_ipc_interface_code.h35 INVITE_TO_CONFERENCE, enumerator
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs_test.cpp76 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::INVITE_TO_CONFERENCE)] = in SetUp()
/ohos5.0/base/telephony/call_manager/frameworks/native/src/
H A Dcall_status_callback_proxy.cpp579 …error = Remote()->SendRequest(static_cast<int32_t>(INVITE_TO_CONFERENCE), dataParcel, replyParcel,… in InviteToConferenceResult()
H A Dcellular_call_proxy.cpp368 …r = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::INVITE_TO_CONFERENCE), in, in InviteToConference()
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcall_status_callback_stub.cpp63 memberFuncMap_[static_cast<uint32_t>(INVITE_TO_CONFERENCE)] = in InitBasicFuncMap()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch6_test.cpp931 …atusCallback->OnRemoteRequest(static_cast<uint32_t>(CallStatusInterfaceCode::INVITE_TO_CONFERENCE),
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_stub.cpp105 requestFuncMap_[CellularCallInterfaceCode::INVITE_TO_CONFERENCE] = in InitDialFuncMap()