Home
last modified time | relevance | path

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

/base/telephony/cellular_data/services/src/
H A Dcellular_data_handler.cpp2058 char downLinkConfig[UP_DOWN_LINK_SIZE] = { 0 }; in GetDefaultDownLinkThresholdsConfig() local
2059 GetParameter(CONFIG_DOWNLINK_THRESHOLDS, CAPACITY_THRESHOLDS_FOR_DOWNLINK, downLinkConfig, UP_DOWN_LINK_SIZE); in GetDefaultDownLinkThresholdsConfig()
2060 TELEPHONY_LOGI("Slot%{public}d: downLinkThresholds_ = %{public}s", slotId_, downLinkConfig); in GetDefaultDownLinkThresholdsConfig()
2061 downLinkThresholds_ = CellularDataUtils::Split(downLinkConfig, ","); in GetDefaultDownLinkThresholdsConfig()

Completed in 7 milliseconds