Home
last modified time | relevance | path

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 Dsim_state_handle.cpp762 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 Dmulti_sim_monitor.cpp87 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 Dicc_file.cpp93 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 Druim_file.cpp310 memberFuncMap_[RadioEvent::RADIO_SIM_STATE_LOCKED] = in InitMemberFunc()
H A Dsim_file.cpp1795 memberFuncMap_[RadioEvent::RADIO_SIM_STATE_LOCKED] = in InitBaseMemberFunc()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dradio_event.h188 RADIO_SIM_STATE_LOCKED, enumerator
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_sim_ril.cpp1439 simStateHandle->UnRegisterCoreNotify(nullptr, RadioEvent::RADIO_SIM_STATE_LOCKED);