Home
last modified time | relevance | path

Searched refs:RADIO_IMSI_LOADED_READY (Results 1 – 9 of 9) sorted by relevance

/base/telephony/core_service/services/sim/src/
Dicc_file.cpp302 int eventCode = RadioEvent::RADIO_IMSI_LOADED_READY; in RegisterImsiLoaded()
308 eventHandler->SendEvent(RadioEvent::RADIO_IMSI_LOADED_READY); in RegisterImsiLoaded()
316 imsiReadyObser_->Remove(RadioEvent::RADIO_IMSI_LOADED_READY, handler); in UnregisterImsiLoaded()
350 case RadioEvent::RADIO_IMSI_LOADED_READY: in RegisterCoreNotify()
364 case RadioEvent::RADIO_IMSI_LOADED_READY: in UnRegisterCoreNotify()
Disim_file.cpp163 imsiReadyObser_->NotifyObserver(RadioEvent::RADIO_IMSI_LOADED_READY); in ProcessGetImsiDone()
Druim_file.cpp215 imsiReadyObser_->NotifyObserver(RadioEvent::RADIO_IMSI_LOADED_READY); in ProcessGetImsiDone()
Dsim_manager.cpp1014 …if ((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.cpp960 imsiReadyObser_->NotifyObserver(RadioEvent::RADIO_IMSI_LOADED_READY); in ProcessObtainIMSIDone()
/base/telephony/core_service/interfaces/innerkits/include/
Dradio_event.h177 RADIO_IMSI_LOADED_READY, enumerator
/base/telephony/core_service/services/network_search/src/
Dnetwork_search_handler.cpp28 { RadioEvent::RADIO_IMSI_LOADED_READY, &NetworkSearchHandler::ImsiLoadedReady },
167 … simManager->RegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_IMSI_LOADED_READY); in RegisterEvents()
207 …simManager->UnRegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_IMSI_LOADED_READY); in UnregisterEvents()
249 … simManager->RegisterCoreNotify(slotId_, shared_from_this(), RadioEvent::RADIO_IMSI_LOADED_READY); in SimStateChange()
Dnetwork_search_manager.cpp1460 …er_->RegisterCoreNotify(slotId, inner->networkSearchHandler_, RadioEvent::RADIO_IMSI_LOADED_READY); in TriggerSimRefresh()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dzero_branch_test.cpp2329 iccFile->RegisterCoreNotify(handler, RadioEvent::RADIO_IMSI_LOADED_READY);
2330 iccFile->UnRegisterCoreNotify(handler, RadioEvent::RADIO_IMSI_LOADED_READY);