Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_ipc_interface_code.h28 IMS_HOLD, enumerator
H A Dims_call_callback_ipc_interface_code.h32 IMS_HOLD, enumerator
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_callback_proxy.cpp73 return SendResponseInfo(static_cast<int32_t>(ImsCallCallbackInterfaceCode::IMS_HOLD), in); in HoldCallResponse()
H A Dims_call_proxy.cpp172 return SendRequest(slotId, in, static_cast<int32_t>(ImsCallInterfaceCode::IMS_HOLD)); in HoldCall()
H A Dims_call_callback_stub.cpp57 requestFuncMap_[static_cast<uint32_t>(ImsCallCallbackInterfaceCode::IMS_HOLD)] = in InitCallBasicFuncMap()
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
H A Dims_call_stub.cpp46 …memberFuncMap_[IMS_HOLD] = [this](MessageParcel &data, MessageParcel &reply) { return OnHoldCall(d… in InitDialFuncMap()
/ohos5.0/base/telephony/cellular_call/vendor/ims/test/ui_client/
H A Dims_unit_test.cpp62 requestCallFuncMap_[ImsCallInterfaceCode::IMS_HOLD] = &ImsUnitTest::HoldCall; in InitBasicFuncMap()