Searched refs:RADIO_IMSI_LOADED_READY (Results 1 – 9 of 9) sorted by relevance
/base/telephony/core_service/services/sim/src/ |
D | icc_file.cpp | 302 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()
|
D | isim_file.cpp | 163 imsiReadyObser_->NotifyObserver(RadioEvent::RADIO_IMSI_LOADED_READY); in ProcessGetImsiDone()
|
D | ruim_file.cpp | 215 imsiReadyObser_->NotifyObserver(RadioEvent::RADIO_IMSI_LOADED_READY); in ProcessGetImsiDone()
|
D | sim_manager.cpp | 1014 …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()
|
D | sim_file.cpp | 960 imsiReadyObser_->NotifyObserver(RadioEvent::RADIO_IMSI_LOADED_READY); in ProcessObtainIMSIDone()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | radio_event.h | 177 RADIO_IMSI_LOADED_READY, enumerator
|
/base/telephony/core_service/services/network_search/src/ |
D | network_search_handler.cpp | 28 { 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()
|
D | network_search_manager.cpp | 1460 …er_->RegisterCoreNotify(slotId, inner->networkSearchHandler_, RadioEvent::RADIO_IMSI_LOADED_READY); in TriggerSimRefresh()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | zero_branch_test.cpp | 2329 iccFile->RegisterCoreNotify(handler, RadioEvent::RADIO_IMSI_LOADED_READY); 2330 iccFile->UnRegisterCoreNotify(handler, RadioEvent::RADIO_IMSI_LOADED_READY);
|