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 D | radio_event.h | 192 RADIO_SIM_ACCOUNT_LOADED, enumerator
|
/ohos5.0/base/telephony/cellular_data/services/src/ |
H A D | cellular_data_controller.cpp | 212 …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 D | multi_sim_monitor.cpp | 206 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 D | sim_manager.cpp | 1089 } else if (what == RadioEvent::RADIO_SIM_ACCOUNT_LOADED) { in RegisterCoreNotify()
|
/ohos5.0/base/telephony/cellular_data/services/include/ |
H A D | cellular_data_handler.h | 212 { RadioEvent::RADIO_SIM_ACCOUNT_LOADED,
|
/ohos5.0/base/telephony/cellular_call/services/manager/src/ |
H A D | cellular_call_service.cpp | 173 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 D | cellular_call_handler.cpp | 193 requestFuncMap_[RadioEvent::RADIO_SIM_ACCOUNT_LOADED] = in InitActiveReportFuncMap()
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | core_manager_inner.cpp | 131 … ((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 D | zero_branch_test.cpp | 3123 multiSimMonitor->RegisterCoreNotify(0, simStateHandle, RadioEvent::RADIO_SIM_ACCOUNT_LOADED);
|