Home
last modified time | relevance | path

Searched refs:RADIO_SIGNAL_STRENGTH_UPDATE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dradio_event.h126 RADIO_SIGNAL_STRENGTH_UPDATE, enumerator
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_handler.cpp74 { RadioEvent::RADIO_SIGNAL_STRENGTH_UPDATE,
361 slotId_, shared_from_this(), RadioEvent::RADIO_SIGNAL_STRENGTH_UPDATE, nullptr); in RegisterEvents()
430 …nager->UnRegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_SIGNAL_STRENGTH_UPDATE); in UnregisterEvents()
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_network.cpp140 …rn Notify<Rssi>(TELEPHONY_LOG_FUNC_NAME, signalStrength, RadioEvent::RADIO_SIGNAL_STRENGTH_UPDATE); in SignalStrengthUpdated()
/ohos5.0/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp214 …telRilManager_->RegisterCoreNotify(slotId, handler, RadioEvent::RADIO_SIGNAL_STRENGTH_UPDATE, null… in OnInitForRegister()