Home
last modified time | relevance | path

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

/base/telephony/core_service/interfaces/innerkits/include/
H A Dradio_event.h187 RADIO_SIM_STATE_READY, enumerator
/base/telephony/core_service/services/sim/src/
H A Dmulti_sim_monitor.cpp89 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 Dsim_state_handle.cpp770 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 Disim_file.cpp185 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() 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 Druim_file.cpp315 memberFuncMap_[RadioEvent::RADIO_SIM_STATE_READY] = in InitMemberFunc()
H A Dsim_file.cpp1797 memberFuncMap_[RadioEvent::RADIO_SIM_STATE_READY] = in InitBaseMemberFunc()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp797 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 Dzero_branch_test_sim_ril.cpp1491 simStateHandle->UnRegisterCoreNotify(nullptr, RadioEvent::RADIO_SIM_STATE_READY); in HWTEST_F()

Completed in 24 milliseconds