Home
last modified time | relevance | path

Searched refs:RADIO_SIM_RADIO_PROTOCOL_NOTIFY (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dradio_protocol_controller.cpp52 …telRilManager->RegisterCoreNotify(i, shared_from_this(), RADIO_SIM_RADIO_PROTOCOL_NOTIFY, nullptr); in Init()
108 memberFuncMap_[RADIO_SIM_RADIO_PROTOCOL_NOTIFY] = in InitMemberFunc()
413 telRilManager->UnRegisterCoreNotify(i, shared_from_this(), RADIO_SIM_RADIO_PROTOCOL_NOTIFY); in UnRegisterEvents()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dradio_event.h196 RADIO_SIM_RADIO_PROTOCOL_NOTIFY, enumerator
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_sim.cpp72 … return Notify<RadioProtocol>(TELEPHONY_LOG_FUNC_NAME, protocol, RADIO_SIM_RADIO_PROTOCOL_NOTIFY); in SimRadioProtocolUpdated()