Searched refs:RADIO_SIM_STATE_READY (Results 1 - 9 of 9) sorted by relevance
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | radio_event.h | 187 RADIO_SIM_STATE_READY, enumerator
|
/base/telephony/core_service/services/sim/src/ |
H A D | multi_sim_monitor.cpp | 89 case RadioEvent::RADIO_SIM_STATE_READY: { in ProcessEvent() 536 simStateManager_[slotId]->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_READY); in RegisterSimNotify() member in OHOS::Telephony::RadioEvent 555 simStateManager_[slotId]->UnRegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_READY); in UnRegisterSimNotify() member in OHOS::Telephony::RadioEvent
|
H A D | sim_state_handle.cpp | 770 observerHandler_->NotifyObserver(RadioEvent::RADIO_SIM_STATE_READY, slotId); in SimStateEscape() 894 case RadioEvent::RADIO_SIM_STATE_READY: in RegisterCoreNotify() 896 observerHandler_->RegObserver(RadioEvent::RADIO_SIM_STATE_READY, handler); in RegisterCoreNotify() 898 TelEventHandler::SendTelEvent(handler, RadioEvent::RADIO_SIM_STATE_READY, slotId_, 0); in RegisterCoreNotify() 939 case RadioEvent::RADIO_SIM_STATE_READY: in UnRegisterCoreNotify() 941 observerHandler_->Remove(RadioEvent::RADIO_SIM_STATE_READY, handler); in UnRegisterCoreNotify()
|
H A D | isim_file.cpp | 185 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() member in OHOS::Telephony::RadioEvent 774 stateManager_->UnRegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_READY); in UnInit() member in OHOS::Telephony::RadioEvent
|
H A D | ruim_file.cpp | 315 memberFuncMap_[RadioEvent::RADIO_SIM_STATE_READY] = in InitMemberFunc()
|
H A D | sim_file.cpp | 1797 memberFuncMap_[RadioEvent::RADIO_SIM_STATE_READY] = in InitBaseMemberFunc()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | zero_branch_test.cpp | 797 auto event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_STATE_READY, 1); in HWTEST_F() 836 auto event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_STATE_READY, 1); in HWTEST_F() 891 auto event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_STATE_READY, 1); in HWTEST_F() 1207 EXPECT_EQ(mInner.RegisterCoreNotify(INVALID_SLOTID, handler, RadioEvent::RADIO_SIM_STATE_READY, nullptr), in HWTEST_F() 1211 EXPECT_EQ(mInner.RegisterCoreNotify(INVALID_SLOTID, handler, RadioEvent::RADIO_SIM_STATE_READY, nullptr), in HWTEST_F() 3117 AppExecFwk::InnerEvent::Pointer event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_STATE_READY, 0); in HWTEST_F()
|
H A D | zero_branch_test_sim_ril.cpp | 1491 simStateHandle->UnRegisterCoreNotify(nullptr, RadioEvent::RADIO_SIM_STATE_READY); in HWTEST_F()
|
Completed in 18 milliseconds