Home
last modified time | relevance | path

Searched refs:RADIO_SIM_STATE_CHANGE (Results 1 - 22 of 22) sorted by relevance

/base/telephony/core_service/services/sim/src/
H A Dsim_state_handle.cpp115 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 Dmulti_sim_monitor.cpp95 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 Doperator_config_cache.cpp229 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 Dicc_operator_privilege_controller.cpp195 simStateManager_->RegisterCoreNotify(self, RadioEvent::RADIO_SIM_STATE_CHANGE); in Init()
254 case RadioEvent::RADIO_SIM_STATE_CHANGE: in ProcessEvent()
H A Dstk_controller.cpp207 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 Dicc_dialling_numbers_manager.cpp55 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 Dsim_file_manager.cpp539 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 Dsim_manager.cpp1094 } 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 Dradio_event.h186 RADIO_SIM_STATE_CHANGE, enumerator
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsatellite_service_test.cpp375 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 Dzero_branch_test_sim_ril.cpp102 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 Dcore_service_native_branch_test.cpp266 EXPECT_EQ(mInner.RegisterCoreNotify(INVALID_SLOTID, handler, RadioEvent::RADIO_SIM_STATE_CHANGE, nullptr), in HWTEST_F()
H A Dzero_branch_test.cpp1710 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 Dcellular_data_controller.cpp228 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 Dcellular_data_handler.cpp1445 case RadioEvent::RADIO_SIM_STATE_CHANGE: in HandleSimEvent()
/base/telephony/cellular_data/test/
H A Dcellular_data_handler_test.cpp251 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 Dcellular_data_handler.h229 { RadioEvent::RADIO_SIM_STATE_CHANGE, member in OHOS::Telephony::CellularDataHandler::RadioEvent
/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_handler.cpp38 { 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 Dtel_ril_sim.cpp32 return Notify(TELEPHONY_LOG_FUNC_NAME, RadioEvent::RADIO_SIM_STATE_CHANGE); in SimStateUpdated()
/base/telephony/core_service/frameworks/native/src/
H A Dcore_manager_inner.cpp131 } 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 Dcellular_call_handler.cpp189 requestFuncMap_[RadioEvent::RADIO_SIM_STATE_CHANGE] = in InitActiveReportFuncMap()
H A Dcellular_call_service.cpp208 coreInner.RegisterCoreNotify(slot, handler, RadioEvent::RADIO_SIM_STATE_CHANGE, nullptr); in RegisterCoreServiceHandler()

Completed in 42 milliseconds