Home
last modified time | relevance | path

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

/base/telephony/cellular_data/services/src/
H A Dcellular_data_handler.cpp2048 char upLinkConfig[UP_DOWN_LINK_SIZE] = { 0 }; in GetDefaultUpLinkThresholdsConfig() local
2049 GetParameter(CONFIG_UPLINK_THRESHOLDS, CAPACITY_THRESHOLDS_FOR_UPLINK, upLinkConfig, UP_DOWN_LINK_SIZE); in GetDefaultUpLinkThresholdsConfig()
2050 TELEPHONY_LOGI("Slot%{public}d: upLinkThresholds = %{public}s", slotId_, upLinkConfig); in GetDefaultUpLinkThresholdsConfig()
2051 upLinkThresholds_ = CellularDataUtils::Split(upLinkConfig, ","); in GetDefaultUpLinkThresholdsConfig()

Completed in 4 milliseconds