Home
last modified time | relevance | path

Searched refs:RADIO_GET_CALL_RESTRICTION (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dradio_event.h80 RADIO_GET_CALL_RESTRICTION, enumerator
/ohos5.0/base/telephony/cellular_call/services/common/src/
H A Dsupplement_request_cs.cpp90 AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_GET_CALL_RESTRICTION, index); in GetCallRestrictionRequest()
/ohos5.0/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp226 …telRilManager_->RegisterCoreNotify(slotId, handler, RadioEvent::RADIO_GET_CALL_RESTRICTION, nullpt… in OnInitForRegister()
1851 auto event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_GET_CALL_RESTRICTION); in OnRequestGetCallRestrictionTest()
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_handler.cpp155 requestFuncMap_[RadioEvent::RADIO_GET_CALL_RESTRICTION] = in InitSupplementFuncMap()
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_callback_stub.cpp1138 RadioEvent::RADIO_GET_CALL_RESTRICTION, callRestrictionResponse, result.result.index); in GetCallRestrictionResponse()
/ohos5.0/base/telephony/core_service/test/unittest/tel_ril_gtest/
H A Dtel_ril_test_util.cpp2057 int32_t eventId = static_cast<int32_t>(RadioEvent::RADIO_GET_CALL_RESTRICTION); in GetCallRestrictionTest()