Home
last modified time | relevance | path

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

/base/telephony/cellular_data/services/src/
H A Ddata_connection_manager.cpp342 std::vector<std::string> linkBandwidthVec; in GetDefaultBandWidthsConfig() local
344 linkBandwidthVec = operatorConfig.stringArrayValue[KEY_BANDWIDTH_STRING_ARRAY]; in GetDefaultBandWidthsConfig()
346 if (linkBandwidthVec.empty()) { in GetDefaultBandWidthsConfig()
347 linkBandwidthVec = CellularDataUtils::Split(DEFAULT_BANDWIDTH_CONFIG, ";"); in GetDefaultBandWidthsConfig()
351 for (std::string temp : linkBandwidthVec) { in GetDefaultBandWidthsConfig()

Completed in 2 milliseconds