Searched refs:bandwidthConfigMap_ (Results 1 – 2 of 2) sorted by relevance
356 bandwidthConfigMap_.clear(); in GetDefaultBandWidthsConfig()367 bandwidthConfigMap_.emplace(key, linkBandwidthInfo); in GetDefaultBandWidthsConfig()371 …I("Slot%{public}d: BANDWIDTH_CONFIG_MAP size is %{public}zu", slotId_, bandwidthConfigMap_.size()); in GetDefaultBandWidthsConfig()380 std::map<std::string, LinkBandwidthInfo>::iterator iter = bandwidthConfigMap_.find("LTE"); in UpdateBandWidthsUseLte()381 if (iter != bandwidthConfigMap_.end()) { in UpdateBandWidthsUseLte()385 iter = bandwidthConfigMap_.find("NR_NSA"); in UpdateBandWidthsUseLte()386 if (iter != bandwidthConfigMap_.end()) { in UpdateBandWidthsUseLte()389 iter = bandwidthConfigMap_.find("NR_NSA_MMWAVE"); in UpdateBandWidthsUseLte()390 if (iter != bandwidthConfigMap_.end()) { in UpdateBandWidthsUseLte()428 … std::map<std::string, LinkBandwidthInfo>::iterator iter = bandwidthConfigMap_.find(radioTechName); in GetBandwidthsByRadioTech()[all …]
72 std::map<std::string, LinkBandwidthInfo> bandwidthConfigMap_; variable