Home
last modified time | relevance | path

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

/base/telephony/cellular_data/services/include/
Ddata_connection_manager.h52 LinkBandwidthInfo GetBandwidthsByRadioTech(const int32_t radioTech);
61 std::map<std::string, LinkBandwidthInfo> bandwidthConfigMap_;
/base/telephony/cellular_data/services/src/
Ddata_connection_manager.cpp281 LinkBandwidthInfo linkBandwidthInfo; in GetDefaultBandWidthsConfig()
306 LinkBandwidthInfo DataConnectionManager::GetBandwidthsByRadioTech(const int32_t radioTech) in GetBandwidthsByRadioTech()
308 LinkBandwidthInfo linkBandwidthInfo; in GetBandwidthsByRadioTech()
325 … std::map<std::string, LinkBandwidthInfo>::iterator iter = bandwidthConfigMap_.find(radioTechName); in GetBandwidthsByRadioTech()
/base/telephony/cellular_data/services/include/common/
Dcellular_data_constant.h68 struct LinkBandwidthInfo { struct
/base/telephony/cellular_data/services/src/state_machine/
Dactive.cpp285LinkBandwidthInfo linkBandwidthInfo = shareStateMachine->cdConnectionManager_->GetBandwidthsByRadi… in RefreshConnectionBandwidths()