Lines Matching refs:radioTech
677 int32_t radioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID);
678 coreInner.GetPsRadioTech(slotId_, radioTech);
679 if (!EstablishDataConnection(apnHolder, radioTech)) {
716 bool CellularDataHandler::EstablishDataConnection(sptr<ApnHolder> &apnHolder, int32_t radioTech)
734 if (IsSingleConnectionEnabled(radioTech)) {
771 apnHolder, apnItem->attr_.profileId_, radioTech, roamingState, userDataRoaming, true);
773 slotId_, apnItem->attr_.profileId_, apnHolder->GetApnType().c_str(), radioTech);
1042 int32_t radioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID);
1043 CoreManagerInner::GetInstance().GetPsRadioTech(slotId_, radioTech);
1044 if (!IsSingleConnectionEnabled(radioTech)) {
1674 int32_t radioTech = static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_INVALID);
1675 coreInner.GetPsRadioTech(slotId_, radioTech);
1676 TELEPHONY_LOGI("Slot%{public}d: radioTech is %{public}d", slotId_, radioTech);
1926 bool CellularDataHandler::IsSingleConnectionEnabled(int32_t radioTech)
1937 if (std::find(singlePdpRadio.begin(), singlePdpRadio.end(), radioTech) != singlePdpRadio.end()) {