/base/telephony/core_service/services/sim/src/ |
H A D | sim_state_tracker.cpp | 133 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 D | icc_file.cpp | 388 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 D | isim_file.cpp | 90 filesFetchedObser_->NotifyObserver(RadioEvent::RADIO_SIM_RECORDS_LOADED, slotId_);
in OnAllFilesFetched()
|
H A D | ruim_file.cpp | 130 filesFetchedObser_->NotifyObserver(RadioEvent::RADIO_SIM_RECORDS_LOADED, slotId_); in OnAllFilesFetched()
|
H A D | sim_file_manager.cpp | 149 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 D | sim_manager.cpp | 1088 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 D | sim_file.cpp | 232 filesFetchedObser_->NotifyObserver(RadioEvent::RADIO_SIM_RECORDS_LOADED, slotId_); in OnAllFilesFetched()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | radio_event.h | 191 RADIO_SIM_RECORDS_LOADED, enumerator
|
/base/telephony/cellular_data/services/src/ |
H A D | cellular_data_controller.cpp | 229 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 D | cellular_data_handler.cpp | 1448 case RadioEvent::RADIO_SIM_RECORDS_LOADED: in HandleSimEvent()
|
/base/telephony/core_service/services/network_search/src/ |
H A D | network_search_handler.cpp | 46 { 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 D | cellular_data_handler.h | 231 { RadioEvent::RADIO_SIM_RECORDS_LOADED, member in OHOS::Telephony::CellularDataHandler::RadioEvent
|
/base/telephony/cellular_data/test/ |
H A D | cellular_data_handler_test.cpp | 285 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 D | cellular_call_service.cpp | 172 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 D | cellular_call_handler.cpp | 191 requestFuncMap_[RadioEvent::RADIO_SIM_RECORDS_LOADED] = in InitActiveReportFuncMap()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | core_service_native_branch_test.cpp | 268 EXPECT_EQ(mInner.UnRegisterCoreNotify(INVALID_SLOTID, handler, RadioEvent::RADIO_SIM_RECORDS_LOADED), in HWTEST_F()
|
H A D | zero_branch_test.cpp | 2911 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 D | core_manager_inner.cpp | 156 } else if (what >= RadioEvent::RADIO_SIM_STATE_CHANGE && what <= RadioEvent::RADIO_SIM_RECORDS_LOADED) { in UnRegisterCoreNotify()
|