/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | sim_state_tracker.cpp | 151 if (event->GetInnerEventId() == RadioEvent::RADIO_SIM_RECORDS_LOADED) { in ProcessEvent() 172 simFileManager->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_RECORDS_LOADED); in RegisterForIccLoaded() 208 simFileManager->UnRegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_RECORDS_LOADED); in UnRegisterForIccLoaded()
|
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() 881 filesFetchedObser_->NotifyObserver(RadioEvent::RADIO_SIM_RECORDS_LOADED, slotId_); in UpdateOpkeyConfig()
|
H A D | isim_file.cpp | 87 filesFetchedObser_->NotifyObserver(RadioEvent::RADIO_SIM_RECORDS_LOADED, slotId_); in OnAllFilesFetched()
|
H A D | icc_dialling_numbers_manager.cpp | 55 simFileManager->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_RECORDS_LOADED); in Init()
|
H A D | sim_file_manager.cpp | 142 simFile_->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_RECORDS_LOADED); in InitSimFile() 829 case RadioEvent::RADIO_SIM_RECORDS_LOADED: { in ProcessEvent()
|
H A D | ruim_file.cpp | 128 filesFetchedObser_->NotifyObserver(RadioEvent::RADIO_SIM_RECORDS_LOADED, slotId_); in OnAllFilesFetched()
|
H A D | sim_manager.cpp | 1077 …((what >= RadioEvent::RADIO_IMSI_LOADED_READY) && (what <= RadioEvent::RADIO_SIM_RECORDS_LOADED)) { in RegisterCoreNotify() 1104 … 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()
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | radio_event.h | 191 RADIO_SIM_RECORDS_LOADED, enumerator
|
/ohos5.0/base/telephony/cellular_data/services/src/ |
H A D | cellular_data_controller.cpp | 211 …r.RegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_SIM_RECORDS_LOADED, nullptr); in RegisterEvents() 247 …oreInner.UnRegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_SIM_RECORDS_LOADED); in UnRegisterEvents()
|
H A D | cellular_data_handler.cpp | 1250 case RadioEvent::RADIO_SIM_RECORDS_LOADED: { in HandleSimStateOrRecordsChanged()
|
/ohos5.0/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 …imManager->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()
|
/ohos5.0/base/telephony/cellular_data/services/include/ |
H A D | cellular_data_handler.h | 210 { RadioEvent::RADIO_SIM_RECORDS_LOADED,
|
/ohos5.0/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()
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | zero_branch_test.cpp | 2915 iccFile->RegisterCoreNotify(handler, RadioEvent::RADIO_SIM_RECORDS_LOADED); 2916 iccFile->RegisterCoreNotify(handler, RadioEvent::RADIO_SIM_RECORDS_LOADED); 2917 iccFile->UnRegisterCoreNotify(handler, RadioEvent::RADIO_SIM_RECORDS_LOADED); 3071 …::InnerEvent::Pointer event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_RECORDS_LOADED, 1);
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | core_manager_inner.cpp | 156 …e if (what >= RadioEvent::RADIO_SIM_STATE_CHANGE && what <= RadioEvent::RADIO_SIM_RECORDS_LOADED) { in UnRegisterCoreNotify()
|