Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dradio_event.h85 RADIO_STOP_DTMF, enumerator
/ohos5.0/base/telephony/cellular_call/services/connection/src/
H A Dcellular_call_connection_satellite.cpp158 CoreManagerInner::GetInstance().StopDTMF(slotId, RadioEvent::RADIO_STOP_DTMF, index, handle); in StopDtmfRequest()
H A Dcellular_call_connection_cs.cpp256 CoreManagerInner::GetInstance().StopDTMF(slotId, RadioEvent::RADIO_STOP_DTMF, index, handle); in StopDtmfRequest()
/ohos5.0/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp230 telRilManager_->RegisterCoreNotify(slotId, handler, RadioEvent::RADIO_STOP_DTMF, nullptr); in OnInitForRegister()
1914 auto event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_STOP_DTMF); in OnRequestStopDtmfTest()
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_handler.cpp83 requestFuncMap_[RadioEvent::RADIO_STOP_DTMF] = in InitBasicFuncMap()
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_callback_stub.cpp840 return SendEvent(slotId, RadioEvent::RADIO_STOP_DTMF, info); in StopDtmfResponse()
/ohos5.0/base/telephony/core_service/test/unittest/tel_ril_gtest/
H A Dtel_ril_test_util.cpp2158 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_STOP_DTMF); in StopDtmfTest()