Searched refs:RADIO_STOP_DTMF (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | radio_event.h | 85 RADIO_STOP_DTMF, enumerator
|
/ohos5.0/base/telephony/cellular_call/services/connection/src/ |
H A D | cellular_call_connection_satellite.cpp | 158 CoreManagerInner::GetInstance().StopDTMF(slotId, RadioEvent::RADIO_STOP_DTMF, index, handle); in StopDtmfRequest()
|
H A D | cellular_call_connection_cs.cpp | 256 CoreManagerInner::GetInstance().StopDTMF(slotId, RadioEvent::RADIO_STOP_DTMF, index, handle); in StopDtmfRequest()
|
/ohos5.0/base/telephony/core_service/services/tel_ril/test/ |
H A D | tel_ril_test.cpp | 230 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 D | cellular_call_handler.cpp | 83 requestFuncMap_[RadioEvent::RADIO_STOP_DTMF] = in InitBasicFuncMap()
|
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/ |
H A D | ims_call_callback_stub.cpp | 840 return SendEvent(slotId, RadioEvent::RADIO_STOP_DTMF, info); in StopDtmfResponse()
|
/ohos5.0/base/telephony/core_service/test/unittest/tel_ril_gtest/ |
H A D | tel_ril_test_util.cpp | 2158 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_STOP_DTMF); in StopDtmfTest()
|