Searched refs:RADIO_SIM_STATE_READY (Results 1 – 7 of 7) sorted by relevance
/base/telephony/core_service/services/sim/src/ |
D | sim_state_handle.cpp | 566 observerHandler_->NotifyObserver(RadioEvent::RADIO_SIM_STATE_READY); in SimStateEscape() 689 case RadioEvent::RADIO_SIM_STATE_READY: in RegisterCoreNotify() 691 observerHandler_->RegObserver(RadioEvent::RADIO_SIM_STATE_READY, handler); in RegisterCoreNotify() 694 handler->SendEvent(RadioEvent::RADIO_SIM_STATE_READY); in RegisterCoreNotify() 722 case RadioEvent::RADIO_SIM_STATE_READY: in UnRegisterCoreNotify() 724 observerHandler_->Remove(RadioEvent::RADIO_SIM_STATE_READY, handler); in UnRegisterCoreNotify()
|
D | isim_file.cpp | 171 memberFuncMap_[RadioEvent::RADIO_SIM_STATE_READY] = &IsimFile::ProcessIccReady; in InitMemberFunc()
|
D | icc_file.cpp | 89 stateManager_->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_READY); in Init() 555 stateManager_->UnRegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_READY); in UnInit()
|
D | ruim_file.cpp | 267 memberFuncMap_[RadioEvent::RADIO_SIM_STATE_READY] = &RuimFile::ProcessIccReady; in InitMemberFunc()
|
D | sim_file.cpp | 1541 memberFuncMap_[RadioEvent::RADIO_SIM_STATE_READY] = &SimFile::ProcessIccReady; in InitMemberFunc()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | radio_event.h | 174 RADIO_SIM_STATE_READY, enumerator
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | zero_branch_test.cpp | 575 auto event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_STATE_READY, 1); 615 auto event = AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SIM_STATE_READY, 1); 958 …EXPECT_EQ(mInner.RegisterCoreNotify(INVALID_SLOTID, handler, RadioEvent::RADIO_SIM_STATE_READY, nu… 962 …EXPECT_EQ(mInner.RegisterCoreNotify(INVALID_SLOTID, handler, RadioEvent::RADIO_SIM_STATE_READY, nu…
|