Searched refs:RADIO_SIM_RECORDS_LOADED (Results 1 – 17 of 17) sorted by relevance
/base/telephony/core_service/services/sim/src/ |
D | sim_state_tracker.cpp | 77 if (event->GetInnerEventId() == RadioEvent::RADIO_SIM_RECORDS_LOADED) { in ProcessEvent() 105 simFileManager_->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_RECORDS_LOADED); in RegisterForIccLoaded() 116 simFileManager_->UnRegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_RECORDS_LOADED); in UnRegisterForIccLoaded()
|
D | multi_sim_monitor.cpp | 64 case RadioEvent::RADIO_SIM_RECORDS_LOADED: { in ProcessEvent() 222 …FileManager_[slotId]->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_RECORDS_LOADED); in RegisterSimNotify() 234 …leManager_[slotId]->UnRegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_RECORDS_LOADED); in UnRegisterSimNotify()
|
D | icc_file.cpp | 322 int eventCode = RadioEvent::RADIO_SIM_RECORDS_LOADED; in RegisterAllFilesLoaded() 330 eventHandler->SendEvent(RadioEvent::RADIO_SIM_RECORDS_LOADED, slotId_, 0); in RegisterAllFilesLoaded() 340 filesFetchedObser_->Remove(RadioEvent::RADIO_SIM_RECORDS_LOADED, handler); in UnregisterAllFilesLoaded() 347 case RadioEvent::RADIO_SIM_RECORDS_LOADED: in RegisterCoreNotify() 361 case RadioEvent::RADIO_SIM_RECORDS_LOADED: in UnRegisterCoreNotify()
|
D | icc_dialling_numbers_manager.cpp | 60 simFileManager_->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_RECORDS_LOADED); in Init() 85 case RadioEvent::RADIO_SIM_RECORDS_LOADED: in ProcessEvent()
|
D | isim_file.cpp | 88 filesFetchedObser_->NotifyObserver(RadioEvent::RADIO_SIM_RECORDS_LOADED, slotId_); in OnAllFilesFetched()
|
D | ruim_file.cpp | 127 filesFetchedObser_->NotifyObserver(RadioEvent::RADIO_SIM_RECORDS_LOADED, slotId_); in OnAllFilesFetched()
|
D | sim_manager.cpp | 1014 …((what >= RadioEvent::RADIO_IMSI_LOADED_READY) && (what <= RadioEvent::RADIO_SIM_RECORDS_LOADED)) { in RegisterCoreNotify() 1040 … if (what >= RadioEvent::RADIO_IMSI_LOADED_READY && what <= RadioEvent::RADIO_SIM_RECORDS_LOADED) { in UnRegisterCoreNotify()
|
D | sim_file.cpp | 163 filesFetchedObser_->NotifyObserver(RadioEvent::RADIO_SIM_RECORDS_LOADED, slotId_); in OnAllFilesFetched()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | radio_event.h | 178 RADIO_SIM_RECORDS_LOADED, enumerator
|
/base/telephony/cellular_data/services/src/ |
D | cellular_data_controller.cpp | 191 …r.RegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_SIM_RECORDS_LOADED, nullptr); in RegisterEvents() 224 …oreInner.UnRegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_SIM_RECORDS_LOADED); in UnRegisterEvents()
|
D | cellular_data_handler.cpp | 884 case RadioEvent::RADIO_SIM_RECORDS_LOADED: { in HandleSimStateOrRecordsChanged()
|
/base/telephony/core_service/services/network_search/src/ |
D | network_search_handler.cpp | 29 { RadioEvent::RADIO_SIM_RECORDS_LOADED, &NetworkSearchHandler::SimRecordsLoaded }, 168 … simManager->RegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_SIM_RECORDS_LOADED); in RegisterEvents() 208 …imManager->UnRegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_SIM_RECORDS_LOADED); in UnregisterEvents() 250 … simManager->RegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_SIM_RECORDS_LOADED); in SimStateChange()
|
/base/telephony/cellular_data/services/include/ |
D | cellular_data_handler.h | 154 … { RadioEvent::RADIO_SIM_RECORDS_LOADED, &CellularDataHandler::HandleSimStateOrRecordsChanged },
|
/base/telephony/cellular_call/services/manager/src/ |
D | cellular_call_service.cpp | 168 …agerInner::GetInstance().UnRegisterCoreNotify(slot, handler, RadioEvent::RADIO_SIM_RECORDS_LOADED); in HandlerResetUnRegister() 201 slot, handler, RadioEvent::RADIO_SIM_RECORDS_LOADED, nullptr); in RegisterCoreServiceHandler()
|
D | cellular_call_handler.cpp | 126 …requestFuncMap_[RadioEvent::RADIO_SIM_RECORDS_LOADED] = &CellularCallHandler::SimRecordsLoadedRepo… in InitActiveReportFuncMap()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | zero_branch_test.cpp | 2324 iccFile->RegisterCoreNotify(handler, RadioEvent::RADIO_SIM_RECORDS_LOADED); 2325 iccFile->RegisterCoreNotify(handler, RadioEvent::RADIO_SIM_RECORDS_LOADED); 2326 iccFile->UnRegisterCoreNotify(handler, RadioEvent::RADIO_SIM_RECORDS_LOADED); 2391 …::InnerEvent::Pointer event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_RECORDS_LOADED, 1);
|
/base/telephony/core_service/frameworks/native/src/ |
D | core_manager_inner.cpp | 110 …e if (what >= RadioEvent::RADIO_SIM_STATE_CHANGE && what <= RadioEvent::RADIO_SIM_RECORDS_LOADED) { in UnRegisterCoreNotify()
|