Home
last modified time | relevance | path

Searched defs:radioState (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dradio_info.cpp94 ModemPowerState radioState = ModemPowerState::CORE_SERVICE_POWER_NOT_AVAILABLE; in ProcessSetRadioState() local
228 int radioState = networkSearchManager->GetRadioState(slotId_); in UpdatePhone() local
510 ModemPowerState &radioState, bool result, MessageParcel &data, int64_t index) const in UpdateInfoOfSetRadioState()
H A Dnetwork_search_handler.cpp516 int32_t radioState = object->data; in RadioStateChange() local
731 …ModemPowerState radioState = static_cast<ModemPowerState>(networkSearchManager->GetRadioState(slot… in GetNetworkStateInfo() local
H A Dnetwork_search_manager.cpp556 void NetworkSearchManager::SetRadioStateValue(int32_t slotId, ModemPowerState radioState) in SetRadioStateValue()
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_modem.cpp33 std::unique_ptr<RadioStateInfo> radioState = std::make_unique<RadioStateInfo>(); in SetRadioStateResponse() local
44 std::unique_ptr<RadioStateInfo> radioState = std::make_unique<RadioStateInfo>(); in GetRadioStateResponse() local
/ohos5.0/base/telephony/cellular_data/services/src/
H A Ddata_connection_monitor.cpp224 void DataConnectionMonitor::SetRadioState(const int32_t &radioState, const int32_t &eventCode) in SetRadioState()
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_modem.c102 int32_t radioState = -1; in ReqGetRadioState() local
H A Dvendor_report.c322 HRilRadioState radioState = HRIL_RADIO_POWER_STATE_UNAVAILABLE; in RadioTurnNotify() local
H A Dat_sim.c179 HRilRadioState radioState = GetRadioState(); in ReqGetSimStatus() local
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_state_handle.cpp954 int32_t radioState = object->data; in IsRadioStateUnavailable() local
/ohos5.0/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp1175 int32_t radioState = -1; in OnRequestSetRadioStateTest() local
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp1792 …auto radioState = std::make_shared<Int32Parcel>(ModemPowerState::CORE_SERVICE_POWER_NOT_AVAILABLE); variable