/base/telephony/core_service/services/sim/src/ |
H A D | sim_state_handle.cpp | 115 telRilManager->RegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_SIM_STATE_CHANGE, nullptr); in Init() 385 observerHandler_->NotifyObserver(RadioEvent::RADIO_SIM_STATE_CHANGE, slotId); in ProcessIccCardState() 397 telRilManager->UnRegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_SIM_STATE_CHANGE); in UnInit() 404 satelliteClient->UnRegisterCoreNotify(slotId_, RadioEvent::RADIO_SIM_STATE_CHANGE); in UnInit() 414 satelliteClient->RegisterCoreNotify(slotId_, RadioEvent::RADIO_SIM_STATE_CHANGE, satelliteCallback_); in RegisterSatelliteCallback() 722 case RadioEvent::RADIO_SIM_STATE_CHANGE: in ProcessEvent() 890 case RadioEvent::RADIO_SIM_STATE_CHANGE: in RegisterCoreNotify() 892 observerHandler_->RegObserver(RadioEvent::RADIO_SIM_STATE_CHANGE, handler); in RegisterCoreNotify() 935 case RadioEvent::RADIO_SIM_STATE_CHANGE: in UnRegisterCoreNotify() 937 observerHandler_->Remove(RadioEvent::RADIO_SIM_STATE_CHANGE, handle in UnRegisterCoreNotify() [all...] |
H A D | multi_sim_monitor.cpp | 95 case RadioEvent::RADIO_SIM_STATE_CHANGE: { in ProcessEvent() 534 simStateManager_[slotId]->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_CHANGE); in RegisterSimNotify() member in OHOS::Telephony::RadioEvent 553 simStateManager_[slotId]->UnRegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_CHANGE); in UnRegisterSimNotify() member in OHOS::Telephony::RadioEvent
|
H A D | operator_config_cache.cpp | 229 simFileManager->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_CHANGE); in RegisterForIccChange() member in OHOS::Telephony::RadioEvent 241 if (event->GetInnerEventId() == RadioEvent::RADIO_SIM_STATE_CHANGE) { in ProcessEvent() 262 simFileManager->UnRegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_CHANGE); in UnRegisterForIccChange() member in OHOS::Telephony::RadioEvent
|
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() member in OHOS::Telephony::RadioEvent 228 simStateManager->UnRegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_CHANGE); in UnRegisterEvents() member in OHOS::Telephony::RadioEvent 245 case RadioEvent::RADIO_SIM_STATE_CHANGE: in ProcessEvent()
|
H A D | icc_dialling_numbers_manager.cpp | 55 simFileManager->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_CHANGE); in Init() member in OHOS::Telephony::RadioEvent 80 case RadioEvent::RADIO_SIM_STATE_CHANGE: in ProcessEvent()
|
H A D | sim_file_manager.cpp | 539 if (what == RadioEvent::RADIO_SIM_STATE_CHANGE && simStateManager != nullptr) { in RegisterCoreNotify() 553 if (what == RadioEvent::RADIO_SIM_STATE_CHANGE && simStateManager != nullptr) { in UnRegisterCoreNotify()
|
H A D | sim_manager.cpp | 1094 } else if ((what >= RadioEvent::RADIO_SIM_STATE_CHANGE) && (what <= RadioEvent::RADIO_SIM_STATE_SIMLOCK)) {
in RegisterCoreNotify() 1121 } else if (what >= RadioEvent::RADIO_SIM_STATE_CHANGE && what <= RadioEvent::RADIO_SIM_STATE_SIMLOCK) {
in UnRegisterCoreNotify()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | radio_event.h | 186 RADIO_SIM_STATE_CHANGE, enumerator
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | satellite_service_test.cpp | 375 data.WriteInt32(RadioEvent::RADIO_SIM_STATE_CHANGE); in HWTEST_F() 380 EXPECT_EQ(handler->eventId_, RadioEvent::RADIO_SIM_STATE_CHANGE); in HWTEST_F()
|
H A D | zero_branch_test_sim_ril.cpp | 102 iccOperatorPrivilegeController->ProcessEvent(AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_STATE_CHANGE)); in HWTEST_F() 547 iccDiallingNumbersManager->ProcessEvent(AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_STATE_CHANGE, 1)); in HWTEST_F() 1490 simStateHandle->UnRegisterCoreNotify(nullptr, RadioEvent::RADIO_SIM_STATE_CHANGE); in HWTEST_F()
|
H A D | core_service_native_branch_test.cpp | 266 EXPECT_EQ(mInner.RegisterCoreNotify(INVALID_SLOTID, handler, RadioEvent::RADIO_SIM_STATE_CHANGE, nullptr), in HWTEST_F()
|
H A D | zero_branch_test.cpp | 1710 event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_STATE_CHANGE); in HWTEST_F() 2352 AppExecFwk::InnerEvent::Pointer event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_STATE_CHANGE, 1); in HWTEST_F() 2409 AppExecFwk::InnerEvent::Pointer event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_STATE_CHANGE, 1); in HWTEST_F() 2718 event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_STATE_CHANGE, 1); in HWTEST_F() 3071 event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_STATE_CHANGE, 1); in HWTEST_F()
|
/base/telephony/cellular_data/services/src/ |
H A D | cellular_data_controller.cpp | 228 coreInner.RegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_SIM_STATE_CHANGE, nullptr); in RegisterEvents() 266 coreInner.UnRegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_SIM_STATE_CHANGE); in UnRegisterEvents()
|
H A D | cellular_data_handler.cpp | 1445 case RadioEvent::RADIO_SIM_STATE_CHANGE: in HandleSimEvent()
|
/base/telephony/cellular_data/test/ |
H A D | cellular_data_handler_test.cpp | 251 auto event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_STATE_CHANGE, 1); in HWTEST_F() 268 auto event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_STATE_CHANGE, 0); in HWTEST_F() 270 EXPECT_EQ(event->GetInnerEventId(), RadioEvent::RADIO_SIM_STATE_CHANGE); in HWTEST_F()
|
/base/telephony/cellular_data/services/include/ |
H A D | cellular_data_handler.h | 229 { RadioEvent::RADIO_SIM_STATE_CHANGE, member in OHOS::Telephony::CellularDataHandler::RadioEvent
|
/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()
|
/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()
|
/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_LOADED)) { in RegisterCoreNotify() 156 } else if (what >= RadioEvent::RADIO_SIM_STATE_CHANGE && what <= RadioEvent::RADIO_SIM_RECORDS_LOADED) { in UnRegisterCoreNotify()
|
/base/telephony/cellular_call/services/manager/src/ |
H A D | cellular_call_handler.cpp | 189 requestFuncMap_[RadioEvent::RADIO_SIM_STATE_CHANGE] = in InitActiveReportFuncMap()
|
H A D | cellular_call_service.cpp | 208 coreInner.RegisterCoreNotify(slot, handler, RadioEvent::RADIO_SIM_STATE_CHANGE, nullptr); in RegisterCoreServiceHandler()
|