Searched refs:RADIO_SIM_STATE_LOCKED (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | sim_state_handle.cpp | 762 observerHandler_->NotifyObserver(RadioEvent::RADIO_SIM_STATE_LOCKED, slotId); in SimStateEscape() 768 observerHandler_->NotifyObserver(RadioEvent::RADIO_SIM_STATE_LOCKED, slotId); in SimStateEscape() 888 case RadioEvent::RADIO_SIM_STATE_LOCKED: in RegisterCoreNotify() 890 observerHandler_->RegObserver(RadioEvent::RADIO_SIM_STATE_LOCKED, handler); in RegisterCoreNotify() 892 … TelEventHandler::SendTelEvent(handler, RadioEvent::RADIO_SIM_STATE_LOCKED, slotId_, 0); in RegisterCoreNotify() 929 case RadioEvent::RADIO_SIM_STATE_LOCKED: in UnRegisterCoreNotify() 931 observerHandler_->Remove(RadioEvent::RADIO_SIM_STATE_LOCKED, handler); in UnRegisterCoreNotify()
|
H A D | multi_sim_monitor.cpp | 87 case RadioEvent::RADIO_SIM_STATE_LOCKED: in ProcessEvent() 490 …mStateManager_[slotId]->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_LOCKED); in RegisterSimNotify() 509 …tateManager_[slotId]->UnRegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_LOCKED); in UnRegisterSimNotify()
|
H A D | icc_file.cpp | 93 stateManager_->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_LOCKED); in Init() 771 stateManager_->UnRegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_LOCKED); in UnInit()
|
H A D | ruim_file.cpp | 310 memberFuncMap_[RadioEvent::RADIO_SIM_STATE_LOCKED] = in InitMemberFunc()
|
H A D | sim_file.cpp | 1795 memberFuncMap_[RadioEvent::RADIO_SIM_STATE_LOCKED] = in InitBaseMemberFunc()
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | radio_event.h | 188 RADIO_SIM_STATE_LOCKED, enumerator
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | zero_branch_test_sim_ril.cpp | 1439 simStateHandle->UnRegisterCoreNotify(nullptr, RadioEvent::RADIO_SIM_STATE_LOCKED);
|