Home
last modified time | relevance | path

Searched refs:RADIO_SIM_RECORDS_LOADED (Results 1 – 17 of 17) sorted by relevance

/base/telephony/core_service/services/sim/src/
Dsim_state_tracker.cpp77 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()
Dmulti_sim_monitor.cpp64 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()
Dicc_file.cpp322 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()
Dicc_dialling_numbers_manager.cpp60 simFileManager_->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_RECORDS_LOADED); in Init()
85 case RadioEvent::RADIO_SIM_RECORDS_LOADED: in ProcessEvent()
Disim_file.cpp88 filesFetchedObser_->NotifyObserver(RadioEvent::RADIO_SIM_RECORDS_LOADED, slotId_); in OnAllFilesFetched()
Druim_file.cpp127 filesFetchedObser_->NotifyObserver(RadioEvent::RADIO_SIM_RECORDS_LOADED, slotId_); in OnAllFilesFetched()
Dsim_manager.cpp1014 …((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()
Dsim_file.cpp163 filesFetchedObser_->NotifyObserver(RadioEvent::RADIO_SIM_RECORDS_LOADED, slotId_); in OnAllFilesFetched()
/base/telephony/core_service/interfaces/innerkits/include/
Dradio_event.h178 RADIO_SIM_RECORDS_LOADED, enumerator
/base/telephony/cellular_data/services/src/
Dcellular_data_controller.cpp191 …r.RegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_SIM_RECORDS_LOADED, nullptr); in RegisterEvents()
224 …oreInner.UnRegisterCoreNotify(slotId_, cellularDataHandler_, RadioEvent::RADIO_SIM_RECORDS_LOADED); in UnRegisterEvents()
Dcellular_data_handler.cpp884 case RadioEvent::RADIO_SIM_RECORDS_LOADED: { in HandleSimStateOrRecordsChanged()
/base/telephony/core_service/services/network_search/src/
Dnetwork_search_handler.cpp29 { 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/
Dcellular_data_handler.h154 … { RadioEvent::RADIO_SIM_RECORDS_LOADED, &CellularDataHandler::HandleSimStateOrRecordsChanged },
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_service.cpp168 …agerInner::GetInstance().UnRegisterCoreNotify(slot, handler, RadioEvent::RADIO_SIM_RECORDS_LOADED); in HandlerResetUnRegister()
201 slot, handler, RadioEvent::RADIO_SIM_RECORDS_LOADED, nullptr); in RegisterCoreServiceHandler()
Dcellular_call_handler.cpp126 …requestFuncMap_[RadioEvent::RADIO_SIM_RECORDS_LOADED] = &CellularCallHandler::SimRecordsLoadedRepo… in InitActiveReportFuncMap()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dzero_branch_test.cpp2324 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/
Dcore_manager_inner.cpp110 …e if (what >= RadioEvent::RADIO_SIM_STATE_CHANGE && what <= RadioEvent::RADIO_SIM_RECORDS_LOADED) { in UnRegisterCoreNotify()