Home
last modified time | relevance | path

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

/base/powermgr/battery_manager/services/native/src/
H A Dbattery_service.cpp167 normalCapacityThreshold_ = batteryConfig.GetInt("soc.normal", normalCapacityThreshold_); in InitConfig()
173 normalCapacityThreshold_=%{public}d, highCapacityThreshold_=%{public}d, fullCapacityThreshold_=%{public}d", in InitConfig()
175 warningCapacityThreshold_, lowCapacityThreshold_, normalCapacityThreshold_, highCapacityThreshold_, in InitConfig()
790 } else if (IsCapacityLevelDefined(normalCapacityThreshold_) && capacity > lowCapacityThreshold_ && in GetCapacityLevel()
791 capacity <= normalCapacityThreshold_) { in GetCapacityLevel()
793 } else if (IsCapacityLevelDefined(highCapacityThreshold_) && capacity > normalCapacityThreshold_ && in GetCapacityLevel()
/base/powermgr/battery_manager/services/native/include/
H A Dbattery_service.h135 int32_t normalCapacityThreshold_ = { INVALID_BATT_INT_VALUE }; member in OHOS::PowerMgr::final

Completed in 2 milliseconds