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 D | multi_sim_monitor.cpp | 88 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 D | sim_state_handle.cpp | 756 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 D | isim_file.cpp | 177 memberFuncMap_[RadioEvent::RADIO_SIM_STATE_READY] = in InitMemberFunc()
|
H A D | icc_file.cpp | 92 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 D | ruim_file.cpp | 308 memberFuncMap_[RadioEvent::RADIO_SIM_STATE_READY] = in InitMemberFunc()
|
H A D | sim_file.cpp | 1793 memberFuncMap_[RadioEvent::RADIO_SIM_STATE_READY] = in InitBaseMemberFunc()
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | radio_event.h | 187 RADIO_SIM_STATE_READY, enumerator
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | zero_branch_test.cpp | 785 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 D | zero_branch_test_sim_ril.cpp | 1438 simStateHandle->UnRegisterCoreNotify(nullptr, RadioEvent::RADIO_SIM_STATE_READY);
|