Home
last modified time | relevance | path

Searched refs:bandwidthConfigMap_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/cellular_data/services/src/
H A Ddata_connection_manager.cpp356 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 …]
/ohos5.0/base/telephony/cellular_data/services/include/
H A Ddata_connection_manager.h72 std::map<std::string, LinkBandwidthInfo> bandwidthConfigMap_; variable