Home
last modified time | relevance | path

Searched refs:RADIO_SIM_RECORDS_LOADED (Results 1 - 18 of 18) sorted by relevance

/base/telephony/core_service/services/sim/src/
H A Dsim_state_tracker.cpp133 if (event->GetInnerEventId() == RadioEvent::RADIO_SIM_RECORDS_LOADED) { in ProcessEvent()
154 simFileManager->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_RECORDS_LOADED); in RegisterForIccLoaded() member in OHOS::Telephony::RadioEvent
190 simFileManager->UnRegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_RECORDS_LOADED); in UnRegisterForIccLoaded() member in OHOS::Telephony::RadioEvent
H A Dicc_file.cpp388 int eventCode = RadioEvent::RADIO_SIM_RECORDS_LOADED; in RegisterAllFilesLoaded()
396 TelEventHandler::SendTelEvent(eventHandler, RadioEvent::RADIO_SIM_RECORDS_LOADED, slotId_, 0); in RegisterAllFilesLoaded()
406 filesFetchedObser_->Remove(RadioEvent::RADIO_SIM_RECORDS_LOADED, handler); in UnregisterAllFilesLoaded()
467 case RadioEvent::RADIO_SIM_RECORDS_LOADED: in RegisterCoreNotify()
490 case RadioEvent::RADIO_SIM_RECORDS_LOADED: in UnRegisterCoreNotify()
885 filesFetchedObser_->NotifyObserver(RadioEvent::RADIO_SIM_RECORDS_LOADED, slotId_); in UpdateOpkeyConfig()
H A Disim_file.cpp90 filesFetchedObser_->NotifyObserver(RadioEvent::RADIO_SIM_RECORDS_LOADED, slotId_); in OnAllFilesFetched()
H A Druim_file.cpp130 filesFetchedObser_->NotifyObserver(RadioEvent::RADIO_SIM_RECORDS_LOADED, slotId_); in OnAllFilesFetched()
H A Dsim_file_manager.cpp149 simFile_->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_RECORDS_LOADED); in InitSimFile() member in OHOS::Telephony::RadioEvent
839 case RadioEvent::RADIO_SIM_RECORDS_LOADED: { in ProcessEvent()
H A Dsim_manager.cpp1088 if ((what >= RadioEvent::RADIO_IMSI_LOADED_READY) && (what <= RadioEvent::RADIO_SIM_RECORDS_LOADED)) { in RegisterCoreNotify()
1115 if (what >= RadioEvent::RADIO_IMSI_LOADED_READY && what <= RadioEvent::RADIO_SIM_RECORDS_LOADED) { in UnRegisterCoreNotify()
H A Dsim_file.cpp232 filesFetchedObser_->NotifyObserver(RadioEvent::RADIO_SIM_RECORDS_LOADED, slotId_); in OnAllFilesFetched()
/base/telephony/core_service/interfaces/innerkits/include/
H A Dradio_event.h191 RADIO_SIM_RECORDS_LOADED, enumerator
/base/telephony/cellular_data/services/src/
H A Dcellular_data_controller.cpp229 coreInner.RegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_SIM_RECORDS_LOADED, nullptr); in RegisterEvents()
267 coreInner.UnRegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_SIM_RECORDS_LOADED); in UnRegisterEvents()
H A Dcellular_data_handler.cpp1448 case RadioEvent::RADIO_SIM_RECORDS_LOADED: in HandleSimEvent()
/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_handler.cpp46 { RadioEvent::RADIO_SIM_RECORDS_LOADED,
352 simManager->RegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_SIM_RECORDS_LOADED); in RegisterEvents()
422 simManager->UnRegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_SIM_RECORDS_LOADED); in UnregisterEvents()
473 simManager->RegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_SIM_RECORDS_LOADED); in SimStateChange()
/base/telephony/cellular_data/services/include/
H A Dcellular_data_handler.h231 { RadioEvent::RADIO_SIM_RECORDS_LOADED, member in OHOS::Telephony::CellularDataHandler::RadioEvent
/base/telephony/cellular_data/test/
H A Dcellular_data_handler_test.cpp285 auto event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_RECORDS_LOADED, 0); in HWTEST_F()
287 EXPECT_EQ(event->GetInnerEventId(), RadioEvent::RADIO_SIM_RECORDS_LOADED); in HWTEST_F()
/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_service.cpp172 coreInner.UnRegisterCoreNotify(slot, handler, RadioEvent::RADIO_SIM_RECORDS_LOADED); in HandlerResetUnRegister()
209 coreInner.RegisterCoreNotify(slot, handler, RadioEvent::RADIO_SIM_RECORDS_LOADED, nullptr); in RegisterCoreServiceHandler()
H A Dcellular_call_handler.cpp191 requestFuncMap_[RadioEvent::RADIO_SIM_RECORDS_LOADED] = in InitActiveReportFuncMap()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dcore_service_native_branch_test.cpp268 EXPECT_EQ(mInner.UnRegisterCoreNotify(INVALID_SLOTID, handler, RadioEvent::RADIO_SIM_RECORDS_LOADED), in HWTEST_F()
H A Dzero_branch_test.cpp2911 iccFile->RegisterCoreNotify(handler, RadioEvent::RADIO_SIM_RECORDS_LOADED); in HWTEST_F()
2912 iccFile->RegisterCoreNotify(handler, RadioEvent::RADIO_SIM_RECORDS_LOADED); in HWTEST_F()
2913 iccFile->UnRegisterCoreNotify(handler, RadioEvent::RADIO_SIM_RECORDS_LOADED); in HWTEST_F()
3067 AppExecFwk::InnerEvent::Pointer event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_RECORDS_LOADED, 1); in HWTEST_F()
/base/telephony/core_service/frameworks/native/src/
H A Dcore_manager_inner.cpp156 } else if (what >= RadioEvent::RADIO_SIM_STATE_CHANGE && what <= RadioEvent::RADIO_SIM_RECORDS_LOADED) { in UnRegisterCoreNotify()

Completed in 41 milliseconds