/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | sim_state_handle.cpp | 115 …ager->RegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_SIM_STATE_CHANGE, nullptr); in Init() 375 observerHandler_->NotifyObserver(RadioEvent::RADIO_SIM_STATE_CHANGE, slotId); in ProcessIccCardState() 387 …lRilManager->UnRegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_SIM_STATE_CHANGE); in UnInit() 394 satelliteClient->UnRegisterCoreNotify(slotId_, RadioEvent::RADIO_SIM_STATE_CHANGE); in UnInit() 404 …satelliteClient->RegisterCoreNotify(slotId_, RadioEvent::RADIO_SIM_STATE_CHANGE, satelliteCallback… in RegisterSatelliteCallback() 708 case RadioEvent::RADIO_SIM_STATE_CHANGE: in ProcessEvent() 876 case RadioEvent::RADIO_SIM_STATE_CHANGE: in RegisterCoreNotify() 878 observerHandler_->RegObserver(RadioEvent::RADIO_SIM_STATE_CHANGE, handler); in RegisterCoreNotify() 921 case RadioEvent::RADIO_SIM_STATE_CHANGE: in UnRegisterCoreNotify() 923 observerHandler_->Remove(RadioEvent::RADIO_SIM_STATE_CHANGE, handler); in UnRegisterCoreNotify()
|
H A D | operator_config_cache.cpp | 221 simFileManager->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_CHANGE); in RegisterForIccChange() 233 if (event->GetInnerEventId() == RadioEvent::RADIO_SIM_STATE_CHANGE) { in ProcessEvent() 254 simFileManager->UnRegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_CHANGE); in UnRegisterForIccChange()
|
H A D | multi_sim_monitor.cpp | 94 case RadioEvent::RADIO_SIM_STATE_CHANGE: { in ProcessEvent() 489 …mStateManager_[slotId]->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_CHANGE); in RegisterSimNotify() 508 …tateManager_[slotId]->UnRegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_CHANGE); in UnRegisterSimNotify()
|
H A D | icc_operator_privilege_controller.cpp | 195 simStateManager_->RegisterCoreNotify(self, RadioEvent::RADIO_SIM_STATE_CHANGE); in Init() 254 case RadioEvent::RADIO_SIM_STATE_CHANGE: in ProcessEvent()
|
H A D | stk_controller.cpp | 207 simStateManager->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_CHANGE); in RegisterEvents() 228 simStateManager->UnRegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_CHANGE); in UnRegisterEvents() 245 case RadioEvent::RADIO_SIM_STATE_CHANGE: in ProcessEvent()
|
H A D | sim_file_manager.cpp | 529 if (what == RadioEvent::RADIO_SIM_STATE_CHANGE && simStateManager != nullptr) { in RegisterCoreNotify() 543 if (what == RadioEvent::RADIO_SIM_STATE_CHANGE && simStateManager != nullptr) { in UnRegisterCoreNotify()
|
H A D | sim_manager.cpp | 1083 …} else if ((what >= RadioEvent::RADIO_SIM_STATE_CHANGE) && (what <= RadioEvent::RADIO_SIM_STATE_SI… in RegisterCoreNotify() 1110 …} else if (what >= RadioEvent::RADIO_SIM_STATE_CHANGE && what <= RadioEvent::RADIO_SIM_STATE_SIMLO… in UnRegisterCoreNotify()
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | radio_event.h | 186 RADIO_SIM_STATE_CHANGE, enumerator
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | satellite_service_test.cpp | 375 data.WriteInt32(RadioEvent::RADIO_SIM_STATE_CHANGE); 380 EXPECT_EQ(handler->eventId_, RadioEvent::RADIO_SIM_STATE_CHANGE);
|
H A D | zero_branch_test.cpp | 1740 event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_STATE_CHANGE); 2380 …wk::InnerEvent::Pointer event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_STATE_CHANGE, 1); 2437 …wk::InnerEvent::Pointer event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_STATE_CHANGE, 1); 2722 event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_STATE_CHANGE, 1); 3075 event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_STATE_CHANGE, 1);
|
H A D | zero_branch_test_sim_ril.cpp | 102 …PrivilegeController->ProcessEvent(AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_STATE_CHANGE)); 1437 simStateHandle->UnRegisterCoreNotify(nullptr, RadioEvent::RADIO_SIM_STATE_CHANGE);
|
/ohos5.0/base/telephony/cellular_data/services/src/ |
H A D | cellular_data_controller.cpp | 210 …coreInner.RegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_SIM_STATE_CHANGE, nu… in RegisterEvents() 246 … coreInner.UnRegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_SIM_STATE_CHANGE); in UnRegisterEvents()
|
H A D | cellular_data_handler.cpp | 1246 case RadioEvent::RADIO_SIM_STATE_CHANGE: { in HandleSimStateOrRecordsChanged()
|
/ohos5.0/base/telephony/cellular_data/services/include/ |
H A D | cellular_data_handler.h | 208 { RadioEvent::RADIO_SIM_STATE_CHANGE,
|
/ohos5.0/base/telephony/core_service/services/network_search/src/ |
H A D | network_search_handler.cpp | 38 { RadioEvent::RADIO_SIM_STATE_CHANGE, 350 … simManager->RegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_SIM_STATE_CHANGE); in RegisterEvents() 420 … simManager->UnRegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_SIM_STATE_CHANGE); in UnregisterEvents()
|
/ohos5.0/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_sim.cpp | 32 return Notify(TELEPHONY_LOG_FUNC_NAME, RadioEvent::RADIO_SIM_STATE_CHANGE); in SimStateUpdated()
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | core_manager_inner.cpp | 131 …} else if ((what >= RadioEvent::RADIO_SIM_STATE_CHANGE) && (what <= RadioEvent::RADIO_SIM_ACCOUNT_… in RegisterCoreNotify() 156 …} else if (what >= RadioEvent::RADIO_SIM_STATE_CHANGE && what <= RadioEvent::RADIO_SIM_RECORDS_LOA… in UnRegisterCoreNotify()
|
/ohos5.0/base/telephony/cellular_call/services/manager/src/ |
H A D | cellular_call_service.cpp | 208 … coreInner.RegisterCoreNotify(slot, handler, RadioEvent::RADIO_SIM_STATE_CHANGE, nullptr); in RegisterCoreServiceHandler()
|
H A D | cellular_call_handler.cpp | 189 requestFuncMap_[RadioEvent::RADIO_SIM_STATE_CHANGE] = in InitActiveReportFuncMap()
|