Searched refs:RADIO_SIM_STATE_LOCKED (Results 1 - 7 of 7) sorted by relevance
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | radio_event.h | 188 RADIO_SIM_STATE_LOCKED, enumerator
|
/base/telephony/core_service/services/sim/src/ |
H A D | multi_sim_monitor.cpp | 88 case RadioEvent::RADIO_SIM_STATE_LOCKED: in ProcessEvent() 535 simStateManager_[slotId]->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_LOCKED); in RegisterSimNotify() member in OHOS::Telephony::RadioEvent 554 simStateManager_[slotId]->UnRegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_LOCKED); in UnRegisterSimNotify() member in OHOS::Telephony::RadioEvent
|
H A D | sim_state_handle.cpp | 776 observerHandler_->NotifyObserver(RadioEvent::RADIO_SIM_STATE_LOCKED, slotId); in SimStateEscape() 782 observerHandler_->NotifyObserver(RadioEvent::RADIO_SIM_STATE_LOCKED, slotId); in SimStateEscape() 902 case RadioEvent::RADIO_SIM_STATE_LOCKED: in RegisterCoreNotify() 904 observerHandler_->RegObserver(RadioEvent::RADIO_SIM_STATE_LOCKED, handler); in RegisterCoreNotify() 906 TelEventHandler::SendTelEvent(handler, RadioEvent::RADIO_SIM_STATE_LOCKED, slotId_, 0); in RegisterCoreNotify() 943 case RadioEvent::RADIO_SIM_STATE_LOCKED: in UnRegisterCoreNotify() 945 observerHandler_->Remove(RadioEvent::RADIO_SIM_STATE_LOCKED, handler); in UnRegisterCoreNotify()
|
H A D | icc_file.cpp | 93 stateManager_->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_LOCKED); in Init() member in OHOS::Telephony::RadioEvent 775 stateManager_->UnRegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_LOCKED); in UnInit() member in OHOS::Telephony::RadioEvent
|
H A D | ruim_file.cpp | 317 memberFuncMap_[RadioEvent::RADIO_SIM_STATE_LOCKED] = in InitMemberFunc()
|
H A D | sim_file.cpp | 1799 memberFuncMap_[RadioEvent::RADIO_SIM_STATE_LOCKED] = in InitBaseMemberFunc()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | zero_branch_test_sim_ril.cpp | 1492 simStateHandle->UnRegisterCoreNotify(nullptr, RadioEvent::RADIO_SIM_STATE_LOCKED); in HWTEST_F()
|
Completed in 13 milliseconds