Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_network_policy_manager.cpp48 …coreInner.RegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_NETWORK_STATE, nullptr… in RegisterHandler()
65 coreInner.UnRegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_NETWORK_STATE); in UnRegisterHandler()
88 case RadioEvent::RADIO_NETWORK_STATE: in ProcessEvent()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dradio_event.h121 RADIO_NETWORK_STATE = 301, enumerator
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_handler.cpp54 { RadioEvent::RADIO_NETWORK_STATE,
362 …Manager->RegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_NETWORK_STATE, nullptr); in RegisterEvents()
431 … telRilManager->UnRegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_NETWORK_STATE); in UnregisterEvents()
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_network.cpp147 …n Notify<CsRegStatusInfo>(TELEPHONY_LOG_FUNC_NAME, regStatusInfo, RadioEvent::RADIO_NETWORK_STATE); in NetworkCsRegStatusUpdated()
154 …fy<PsRegStatusResultInfo>(TELEPHONY_LOG_FUNC_NAME, regStatusInfo, RadioEvent::RADIO_NETWORK_STATE); in NetworkPsRegStatusUpdated()
/ohos5.0/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp207 telRilManager_->RegisterCoreNotify(slotId, handler, RadioEvent::RADIO_NETWORK_STATE, nullptr); in OnInitForRegister()