Searched refs:RADIO_SIM_STATE_SIMLOCK (Results 1 – 7 of 7) sorted by relevance
176 RADIO_SIM_STATE_SIMLOCK, enumerator
629 observerHandler_->NotifyObserver(RadioEvent::RADIO_SIM_STATE_SIMLOCK); in NotifySimLock()701 case RadioEvent::RADIO_SIM_STATE_SIMLOCK: in RegisterCoreNotify()703 observerHandler_->RegObserver(RadioEvent::RADIO_SIM_STATE_SIMLOCK, handler); in RegisterCoreNotify()730 case RadioEvent::RADIO_SIM_STATE_SIMLOCK: in UnRegisterCoreNotify()732 observerHandler_->Remove(RadioEvent::RADIO_SIM_STATE_SIMLOCK, handler); in UnRegisterCoreNotify()
91 stateManager_->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_SIMLOCK); in Init()557 … stateManager_->UnRegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_SIMLOCK); in UnInit()
269 memberFuncMap_[RadioEvent::RADIO_SIM_STATE_SIMLOCK] = &RuimFile::ProcessIccLocked; in InitMemberFunc()
1020 …f ((what >= RadioEvent::RADIO_SIM_STATE_CHANGE) && (what <= RadioEvent::RADIO_SIM_STATE_SIMLOCK)) { in RegisterCoreNotify()1046 …se if (what >= RadioEvent::RADIO_SIM_STATE_CHANGE && what <= RadioEvent::RADIO_SIM_STATE_SIMLOCK) { in UnRegisterCoreNotify()
1543 memberFuncMap_[RadioEvent::RADIO_SIM_STATE_SIMLOCK] = &SimFile::ProcessIccLocked; in InitMemberFunc()
2397 event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_STATE_SIMLOCK, 1);