Home
last modified time | relevance | path

Searched refs:radioTechName (Results 1 - 1 of 1) sorted by relevance

/base/telephony/cellular_data/services/src/
H A Ddata_connection_manager.cpp410 std::string radioTechName = CellularDataUtils::ConvertRadioTechToRadioName(radioTech); in GetBandwidthsByRadioTech() local
414 radioTechName = "NR_NSA_MMWAVE"; in GetBandwidthsByRadioTech()
416 radioTechName = "NR_NSA"; in GetBandwidthsByRadioTech()
419 if (radioTechName == "NR") { in GetBandwidthsByRadioTech()
420 radioTechName = "NR_SA"; in GetBandwidthsByRadioTech()
422 TELEPHONY_LOGI("Slot%{public}d: accessRadioName is %{private}s", slotId_, radioTechName.c_str()); in GetBandwidthsByRadioTech()
424 std::map<std::string, LinkBandwidthInfo>::iterator iter = bandwidthConfigMap_.find(radioTechName); in GetBandwidthsByRadioTech()
438 std::string radioTechName = CellularDataUtils::ConvertRadioTechToRadioName(radioTech); in GetTcpBufferByRadioTech() local
442 radioTechName = "NR"; in GetTcpBufferByRadioTech()
445 std::map<std::string, std::string>::iterator iter = tcpBufferConfigMap_.find(radioTechName); in GetTcpBufferByRadioTech()
[all...]

Completed in 2 milliseconds