Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dradio_event.h84 RADIO_START_DTMF, enumerator
/ohos5.0/base/telephony/cellular_call/services/connection/src/
H A Dcellular_call_connection_satellite.cpp142 …CoreManagerInner::GetInstance().StartDTMF(slotId, RadioEvent::RADIO_START_DTMF, cDtmfCode, index, … in StartDtmfRequest()
H A Dcellular_call_connection_cs.cpp240 …CoreManagerInner::GetInstance().StartDTMF(slotId, RadioEvent::RADIO_START_DTMF, cDtmfCode, index, … in StartDtmfRequest()
/ohos5.0/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp229 telRilManager_->RegisterCoreNotify(slotId, handler, RadioEvent::RADIO_START_DTMF, nullptr); in OnInitForRegister()
1905 auto event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_START_DTMF); in OnRequestStartDtmfTest()
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_handler.cpp81 requestFuncMap_[RadioEvent::RADIO_START_DTMF] = in InitBasicFuncMap()
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_callback_stub.cpp812 return SendEvent(slotId, RadioEvent::RADIO_START_DTMF, info); in StartDtmfResponse()
/ohos5.0/base/telephony/core_service/test/unittest/tel_ril_gtest/
H A Dtel_ril_test_util.cpp2142 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_START_DTMF); in StartDtmfTest()