Home
last modified time | relevance | path

Searched refs:RADIO_SIM_STATE_SIMLOCK (Results 1 – 7 of 7) sorted by relevance

/base/telephony/core_service/interfaces/innerkits/include/
Dradio_event.h176 RADIO_SIM_STATE_SIMLOCK, enumerator
/base/telephony/core_service/services/sim/src/
Dsim_state_handle.cpp629 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()
Dicc_file.cpp91 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()
Druim_file.cpp269 memberFuncMap_[RadioEvent::RADIO_SIM_STATE_SIMLOCK] = &RuimFile::ProcessIccLocked; in InitMemberFunc()
Dsim_manager.cpp1020 …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()
Dsim_file.cpp1543 memberFuncMap_[RadioEvent::RADIO_SIM_STATE_SIMLOCK] = &SimFile::ProcessIccLocked; in InitMemberFunc()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dzero_branch_test.cpp2397 event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_STATE_SIMLOCK, 1);