Home
last modified time | relevance | path

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

/base/telephony/cellular_data/services/src/
H A Ddata_connection_manager.cpp352 std::vector<std::string> linkBandwidths = CellularDataUtils::Split(temp, ":"); in GetDefaultBandWidthsConfig() local
353 if (linkBandwidths.size() == VALID_VECTOR_SIZE) { in GetDefaultBandWidthsConfig()
354 std::string key = linkBandwidths.front(); in GetDefaultBandWidthsConfig()
355 std::string linkUpDownBandwidth = linkBandwidths.back(); in GetDefaultBandWidthsConfig()

Completed in 1 milliseconds