Home
last modified time | relevance | path

Searched refs:RADIO_SIM_ACCOUNT_LOADED (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dradio_event.h192 RADIO_SIM_ACCOUNT_LOADED, enumerator
/ohos5.0/base/telephony/cellular_data/services/src/
H A Dcellular_data_controller.cpp212 …r.RegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_SIM_ACCOUNT_LOADED, nullptr); in RegisterEvents()
248 …oreInner.UnRegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_SIM_ACCOUNT_LOADED); in UnRegisterEvents()
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dmulti_sim_monitor.cpp206 observerHandler_->NotifyObserver(RadioEvent::RADIO_SIM_ACCOUNT_LOADED, slotId); in InitData()
252 TelEventHandler::SendTelEvent(handler, RadioEvent::RADIO_SIM_ACCOUNT_LOADED, slotId, 0); in RegisterCoreNotify()
H A Dsim_manager.cpp1089 } else if (what == RadioEvent::RADIO_SIM_ACCOUNT_LOADED) { in RegisterCoreNotify()
/ohos5.0/base/telephony/cellular_data/services/include/
H A Dcellular_data_handler.h212 { RadioEvent::RADIO_SIM_ACCOUNT_LOADED,
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_service.cpp173 coreInner.UnRegisterCoreNotify(slot, handler, RadioEvent::RADIO_SIM_ACCOUNT_LOADED); in HandlerResetUnRegister()
210 … coreInner.RegisterCoreNotify(slot, handler, RadioEvent::RADIO_SIM_ACCOUNT_LOADED, nullptr); in RegisterCoreServiceHandler()
H A Dcellular_call_handler.cpp193 requestFuncMap_[RadioEvent::RADIO_SIM_ACCOUNT_LOADED] = in InitActiveReportFuncMap()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_manager_inner.cpp131 … ((what >= RadioEvent::RADIO_SIM_STATE_CHANGE) && (what <= RadioEvent::RADIO_SIM_ACCOUNT_LOADED)) { in RegisterCoreNotify()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp3123 multiSimMonitor->RegisterCoreNotify(0, simStateHandle, RadioEvent::RADIO_SIM_ACCOUNT_LOADED);