Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_state_tracker.cpp151 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 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()
881 filesFetchedObser_->NotifyObserver(RadioEvent::RADIO_SIM_RECORDS_LOADED, slotId_); in UpdateOpkeyConfig()
H A Disim_file.cpp87 filesFetchedObser_->NotifyObserver(RadioEvent::RADIO_SIM_RECORDS_LOADED, slotId_); in OnAllFilesFetched()
H A Dicc_dialling_numbers_manager.cpp55 simFileManager->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_RECORDS_LOADED); in Init()
H A Dsim_file_manager.cpp142 simFile_->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_RECORDS_LOADED); in InitSimFile()
829 case RadioEvent::RADIO_SIM_RECORDS_LOADED: { in ProcessEvent()
H A Druim_file.cpp128 filesFetchedObser_->NotifyObserver(RadioEvent::RADIO_SIM_RECORDS_LOADED, slotId_); in OnAllFilesFetched()
H A Dsim_manager.cpp1077 …((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 Dsim_file.cpp232 filesFetchedObser_->NotifyObserver(RadioEvent::RADIO_SIM_RECORDS_LOADED, slotId_); in OnAllFilesFetched()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dradio_event.h191 RADIO_SIM_RECORDS_LOADED, enumerator
/ohos5.0/base/telephony/cellular_data/services/src/
H A Dcellular_data_controller.cpp211 …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 Dcellular_data_handler.cpp1250 case RadioEvent::RADIO_SIM_RECORDS_LOADED: { in HandleSimStateOrRecordsChanged()
/ohos5.0/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 …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 Dcellular_data_handler.h210 { RadioEvent::RADIO_SIM_RECORDS_LOADED,
/ohos5.0/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()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp2915 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 Dcore_manager_inner.cpp156 …e if (what >= RadioEvent::RADIO_SIM_STATE_CHANGE && what <= RadioEvent::RADIO_SIM_RECORDS_LOADED) { in UnRegisterCoreNotify()