Home
last modified time | relevance | path

Searched refs:IMS_STOP_RTT (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_ipc_interface_code.h47 IMS_STOP_RTT, enumerator
H A Dims_call_callback_ipc_interface_code.h59 IMS_STOP_RTT, enumerator
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
H A Dims_call_stub.cpp75 …memberFuncMap_[IMS_STOP_RTT] = [this](MessageParcel &data, MessageParcel &reply) { return OnStopRt… in InitDtmfFuncMap()
/ohos5.0/base/telephony/cellular_call/vendor/ims/test/ui_client/
H A Dims_unit_test.cpp75 requestCallFuncMap_[ImsCallInterfaceCode::IMS_STOP_RTT] = &ImsUnitTest::StopRtt; in InitBasicFuncMap()
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_proxy.cpp403 return SendRequest(slotId, in, static_cast<int32_t>(ImsCallInterfaceCode::IMS_STOP_RTT)); in StopRtt()