Home
last modified time | relevance | path

Searched refs:RADIO_SIM_STATE_CHANGE (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_state_handle.cpp115 …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 Doperator_config_cache.cpp221 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 Dmulti_sim_monitor.cpp94 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 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()
228 simStateManager->UnRegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_CHANGE); in UnRegisterEvents()
245 case RadioEvent::RADIO_SIM_STATE_CHANGE: in ProcessEvent()
H A Dsim_file_manager.cpp529 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 Dsim_manager.cpp1083 …} 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 Dradio_event.h186 RADIO_SIM_STATE_CHANGE, enumerator
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsatellite_service_test.cpp375 data.WriteInt32(RadioEvent::RADIO_SIM_STATE_CHANGE);
380 EXPECT_EQ(handler->eventId_, RadioEvent::RADIO_SIM_STATE_CHANGE);
H A Dzero_branch_test.cpp1740 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 Dzero_branch_test_sim_ril.cpp102 …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 Dcellular_data_controller.cpp210 …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 Dcellular_data_handler.cpp1246 case RadioEvent::RADIO_SIM_STATE_CHANGE: { in HandleSimStateOrRecordsChanged()
/ohos5.0/base/telephony/cellular_data/services/include/
H A Dcellular_data_handler.h208 { RadioEvent::RADIO_SIM_STATE_CHANGE,
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/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_… 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 Dcellular_call_service.cpp208 … coreInner.RegisterCoreNotify(slot, handler, RadioEvent::RADIO_SIM_STATE_CHANGE, nullptr); in RegisterCoreServiceHandler()
H A Dcellular_call_handler.cpp189 requestFuncMap_[RadioEvent::RADIO_SIM_STATE_CHANGE] = in InitActiveReportFuncMap()