Home
last modified time | relevance | path

Searched refs:LinkBandwidthInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/cellular_data/services/src/
H A Ddata_connection_manager.cpp364 LinkBandwidthInfo linkBandwidthInfo; in GetDefaultBandWidthsConfig()
380 std::map<std::string, LinkBandwidthInfo>::iterator iter = bandwidthConfigMap_.find("LTE"); in UpdateBandWidthsUseLte()
382 LinkBandwidthInfo lteLinkBandwidthInfo = iter->second; in UpdateBandWidthsUseLte()
409 LinkBandwidthInfo DataConnectionManager::GetBandwidthsByRadioTech(const int32_t radioTech) in GetBandwidthsByRadioTech()
411 LinkBandwidthInfo linkBandwidthInfo; in GetBandwidthsByRadioTech()
428 … std::map<std::string, LinkBandwidthInfo>::iterator iter = bandwidthConfigMap_.find(radioTechName); in GetBandwidthsByRadioTech()
/ohos5.0/base/telephony/cellular_data/services/include/
H A Ddata_connection_manager.h54 LinkBandwidthInfo GetBandwidthsByRadioTech(const int32_t radioTech);
72 std::map<std::string, LinkBandwidthInfo> bandwidthConfigMap_;
/ohos5.0/base/telephony/cellular_data/services/include/common/
H A Dcellular_data_constant.h75 struct LinkBandwidthInfo { struct
/ohos5.0/base/telephony/cellular_data/services/src/state_machine/
H A Dactive.cpp326LinkBandwidthInfo linkBandwidthInfo = shareStateMachine->cdConnectionManager_->GetBandwidthsByRadi… in RefreshConnectionBandwidths()