Lines Matching refs:radioTechName
410 std::string radioTechName = CellularDataUtils::ConvertRadioTechToRadioName(radioTech);
414 radioTechName = "NR_NSA_MMWAVE";
416 radioTechName = "NR_NSA";
419 if (radioTechName == "NR") {
420 radioTechName = "NR_SA";
422 TELEPHONY_LOGI("Slot%{public}d: accessRadioName is %{private}s", slotId_, radioTechName.c_str());
424 std::map<std::string, LinkBandwidthInfo>::iterator iter = bandwidthConfigMap_.find(radioTechName);
438 std::string radioTechName = CellularDataUtils::ConvertRadioTechToRadioName(radioTech);
442 radioTechName = "NR";
445 std::map<std::string, std::string>::iterator iter = tcpBufferConfigMap_.find(radioTechName);