Home
last modified time | relevance | path

Searched refs:IMS_COMBINE_CONFERENCE (Results 1 – 7 of 7) sorted by relevance

/base/telephony/cellular_call/interfaces/innerkits/ims/
Dims_call_ipc_interface_code.h31 IMS_COMBINE_CONFERENCE, enumerator
Dims_call_callback_ipc_interface_code.h35 IMS_COMBINE_CONFERENCE, enumerator
/base/telephony/cellular_call/services/ims_service_interaction/src/
Dims_call_callback_proxy.cpp466 …n SendResponseInfo(static_cast<int32_t>(ImsCallCallbackInterfaceCode::IMS_COMBINE_CONFERENCE), in); in CombineConferenceResponse()
Dims_call_proxy.cpp202 …return SendRequest(slotId, in, static_cast<int32_t>(ImsCallInterfaceCode::IMS_COMBINE_CONFERENCE)); in CombineConference()
Dims_call_callback_stub.cpp68 requestFuncMap_[static_cast<uint32_t>(ImsCallCallbackInterfaceCode::IMS_COMBINE_CONFERENCE)] = in InitCallBasicFuncMap()
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
Dims_call_stub.cpp48 memberFuncMap_[IMS_COMBINE_CONFERENCE] = &ImsCallStub::OnCombineConference; in InitDialFuncMap()
/base/telephony/cellular_call/vendor/ims/test/ui_client/
Dims_unit_test.cpp65 …requestCallFuncMap_[ImsCallInterfaceCode::IMS_COMBINE_CONFERENCE] = &ImsUnitTest::CombineConferenc… in InitBasicFuncMap()