Home
last modified time | relevance | path

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

/base/telephony/cellular_data/services/include/
H A Ddata_connection_manager.h54 LinkBandwidthInfo GetBandwidthsByRadioTech(const int32_t radioTech);
74 std::map<std::string, LinkBandwidthInfo> bandwidthConfigMap_;
/base/telephony/cellular_data/services/src/
H A Ddata_connection_manager.cpp358 LinkBandwidthInfo linkBandwidthInfo; in GetDefaultBandWidthsConfig()
374 std::map<std::string, LinkBandwidthInfo>::iterator iter = bandwidthConfigMap_.find("LTE"); in UpdateBandWidthsUseLte()
376 LinkBandwidthInfo lteLinkBandwidthInfo = iter->second; in UpdateBandWidthsUseLte()
404 LinkBandwidthInfo DataConnectionManager::GetBandwidthsByRadioTech(const int32_t radioTech) in GetBandwidthsByRadioTech()
406 LinkBandwidthInfo linkBandwidthInfo; in GetBandwidthsByRadioTech()
424 std::map<std::string, LinkBandwidthInfo>::iterator iter = bandwidthConfigMap_.find(radioTechName); in GetBandwidthsByRadioTech()
/base/telephony/cellular_data/services/include/common/
H A Dcellular_data_constant.h77 struct LinkBandwidthInfo { struct
/base/telephony/cellular_data/services/src/state_machine/
H A Dactive.cpp345 LinkBandwidthInfo linkBandwidthInfo = shareStateMachine->cdConnectionManager_->GetBandwidthsByRadioTech(radioTech); in RefreshConnectionBandwidths()

Completed in 3 milliseconds