Home
last modified time | relevance | path

Searched refs:RADIO_SIM_STATE_READY (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dmulti_sim_monitor.cpp88 case RadioEvent::RADIO_SIM_STATE_READY: { in ProcessEvent()
491 …imStateManager_[slotId]->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_READY); in RegisterSimNotify()
510 …StateManager_[slotId]->UnRegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_READY); in UnRegisterSimNotify()
H A Dsim_state_handle.cpp756 observerHandler_->NotifyObserver(RadioEvent::RADIO_SIM_STATE_READY, slotId); in SimStateEscape()
880 case RadioEvent::RADIO_SIM_STATE_READY: in RegisterCoreNotify()
882 observerHandler_->RegObserver(RadioEvent::RADIO_SIM_STATE_READY, handler); in RegisterCoreNotify()
884 … TelEventHandler::SendTelEvent(handler, RadioEvent::RADIO_SIM_STATE_READY, slotId_, 0); in RegisterCoreNotify()
925 case RadioEvent::RADIO_SIM_STATE_READY: in UnRegisterCoreNotify()
927 observerHandler_->Remove(RadioEvent::RADIO_SIM_STATE_READY, handler); in UnRegisterCoreNotify()
H A Disim_file.cpp177 memberFuncMap_[RadioEvent::RADIO_SIM_STATE_READY] = in InitMemberFunc()
H A Dicc_file.cpp92 stateManager_->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_READY); in Init()
770 stateManager_->UnRegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_READY); in UnInit()
H A Druim_file.cpp308 memberFuncMap_[RadioEvent::RADIO_SIM_STATE_READY] = in InitMemberFunc()
H A Dsim_file.cpp1793 memberFuncMap_[RadioEvent::RADIO_SIM_STATE_READY] = in InitBaseMemberFunc()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dradio_event.h187 RADIO_SIM_STATE_READY, enumerator
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp785 auto event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_STATE_READY, 1);
824 auto event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_STATE_READY, 1);
879 auto event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_STATE_READY, 1);
1189 …EXPECT_EQ(mInner.RegisterCoreNotify(INVALID_SLOTID, handler, RadioEvent::RADIO_SIM_STATE_READY, nu…
1193 …EXPECT_EQ(mInner.RegisterCoreNotify(INVALID_SLOTID, handler, RadioEvent::RADIO_SIM_STATE_READY, nu…
3121 …Fwk::InnerEvent::Pointer event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_STATE_READY, 0);
H A Dzero_branch_test_sim_ril.cpp1438 simStateHandle->UnRegisterCoreNotify(nullptr, RadioEvent::RADIO_SIM_STATE_READY);