Home
last modified time | relevance | path

Searched refs:CORE_SERVICE_POWER_NOT_AVAILABLE (Results 1 – 8 of 8) sorted by relevance

/base/telephony/core_service/services/tel_ril/include/
Dtel_ril_modem.h51 ModemPowerState radioState_ = ModemPowerState::CORE_SERVICE_POWER_NOT_AVAILABLE;
/base/telephony/core_service/services/network_search/src/
Dradio_info.cpp99 ModemPowerState radioState = ModemPowerState::CORE_SERVICE_POWER_NOT_AVAILABLE; in ProcessSetRadioState()
243 if (static_cast<ModemPowerState>(radioState) != CORE_SERVICE_POWER_NOT_AVAILABLE) { in UpdatePhone()
Dnetwork_search_handler.cpp284 case CORE_SERVICE_POWER_NOT_AVAILABLE: in RadioStateChange()
307 networkSearchManager->SetRadioStateValue(slotId_, CORE_SERVICE_POWER_NOT_AVAILABLE); in RadioStateChange()
419 case CORE_SERVICE_POWER_NOT_AVAILABLE: in GetNetworkStateInfo()
Dnetwork_search_manager.cpp525 return ModemPowerState::CORE_SERVICE_POWER_NOT_AVAILABLE; in GetRadioState()
/base/telephony/core_service/interfaces/innerkits/include/
Dtelephony_types.h70 enum ModemPowerState { CORE_SERVICE_POWER_NOT_AVAILABLE = -1, CORE_SERVICE_POWER_OFF = 0, CORE_SERV… enumerator
/base/telephony/core_service/test/unittest/core_service_gtest/
Dzero_branch_test.cpp1213 …rkSearchManager->GetRadioState(INVALID_SLOTID), ModemPowerState::CORE_SERVICE_POWER_NOT_AVAILABLE);
1299 …archManager->SetRadioStateValue(INVALID_SLOTID, ModemPowerState::CORE_SERVICE_POWER_NOT_AVAILABLE);
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_manager.cpp179 CORE_SERVICE_POWER_NOT_AVAILABLE == GetTelRilModem(slotId).radioState_) { in RegisterCoreNotify()
/base/telephony/cellular_data/services/src/
Dcellular_data_handler.cpp1014 case CORE_SERVICE_POWER_NOT_AVAILABLE: { in HandleRadioStateChanged()