Searched defs:radioState (Results 1 – 11 of 11) sorted by relevance
94 ModemPowerState radioState = ModemPowerState::CORE_SERVICE_POWER_NOT_AVAILABLE; in ProcessSetRadioState() local228 int radioState = networkSearchManager->GetRadioState(slotId_); in UpdatePhone() local510 ModemPowerState &radioState, bool result, MessageParcel &data, int64_t index) const in UpdateInfoOfSetRadioState()
516 int32_t radioState = object->data; in RadioStateChange() local731 …ModemPowerState radioState = static_cast<ModemPowerState>(networkSearchManager->GetRadioState(slot… in GetNetworkStateInfo() local
556 void NetworkSearchManager::SetRadioStateValue(int32_t slotId, ModemPowerState radioState) in SetRadioStateValue()
33 std::unique_ptr<RadioStateInfo> radioState = std::make_unique<RadioStateInfo>(); in SetRadioStateResponse() local44 std::unique_ptr<RadioStateInfo> radioState = std::make_unique<RadioStateInfo>(); in GetRadioStateResponse() local
224 void DataConnectionMonitor::SetRadioState(const int32_t &radioState, const int32_t &eventCode) in SetRadioState()
102 int32_t radioState = -1; in ReqGetRadioState() local
322 HRilRadioState radioState = HRIL_RADIO_POWER_STATE_UNAVAILABLE; in RadioTurnNotify() local
179 HRilRadioState radioState = GetRadioState(); in ReqGetSimStatus() local
954 int32_t radioState = object->data; in IsRadioStateUnavailable() local
1175 int32_t radioState = -1; in OnRequestSetRadioStateTest() local
1792 …auto radioState = std::make_shared<Int32Parcel>(ModemPowerState::CORE_SERVICE_POWER_NOT_AVAILABLE); variable