Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dradio_event.h201 RADIO_SIM_ICCID_LOADED, enumerator
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_state_handle.cpp376 observerHandler_->NotifyObserver(RadioEvent::RADIO_SIM_ICCID_LOADED, slotId); in ProcessIccCardState()
904 case RadioEvent::RADIO_SIM_ICCID_LOADED: in RegisterCoreNotify()
906 observerHandler_->RegObserver(RadioEvent::RADIO_SIM_ICCID_LOADED, handler); in RegisterCoreNotify()
908 … TelEventHandler::SendTelEvent(handler, RadioEvent::RADIO_SIM_ICCID_LOADED, slotId_, 0); in RegisterCoreNotify()
H A Dsim_file_manager.cpp120 simStateManager->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_ICCID_LOADED); in Init()
843 case RadioEvent::RADIO_SIM_ICCID_LOADED: { in ProcessEvent()