Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_ipc_interface_code.h44 IMS_SEND_DTMF, enumerator
H A Dims_call_callback_ipc_interface_code.h56 IMS_SEND_DTMF, enumerator
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_callback_proxy.cpp116 return SendResponseInfo(static_cast<int32_t>(ImsCallCallbackInterfaceCode::IMS_SEND_DTMF), in); in SendDtmfResponse()
H A Dims_call_proxy.cpp365 return SendRequest(slotId, in, static_cast<int32_t>(ImsCallInterfaceCode::IMS_SEND_DTMF)); in SendDtmf()
H A Dims_call_callback_stub.cpp98 requestFuncMap_[static_cast<uint32_t>(ImsCallCallbackInterfaceCode::IMS_SEND_DTMF)] = in InitConfigFuncMap()
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
H A Dims_call_stub.cpp69 memberFuncMap_[IMS_SEND_DTMF] = in InitDtmfFuncMap()
/ohos5.0/base/telephony/cellular_call/vendor/ims/test/ui_client/
H A Dims_unit_test.cpp72 requestCallFuncMap_[ImsCallInterfaceCode::IMS_SEND_DTMF] = &ImsUnitTest::SendDtmf; in InitBasicFuncMap()