Home
last modified time | relevance | path

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

/base/powermgr/battery_manager/services/native/src/
H A Dbattery_service.cpp169 fullCapacityThreshold_ = batteryConfig.GetInt("soc.full", fullCapacityThreshold_); in InitConfig()
173 normalCapacityThreshold_=%{public}d, highCapacityThreshold_=%{public}d, fullCapacityThreshold_=%{public}d", in InitConfig()
176 fullCapacityThreshold_); in InitConfig()
796 } else if (IsCapacityLevelDefined(fullCapacityThreshold_) && capacity > highCapacityThreshold_ && in GetCapacityLevel()
797 capacity <= fullCapacityThreshold_) { in GetCapacityLevel()
/base/powermgr/battery_manager/services/native/include/
H A Dbattery_service.h137 int32_t fullCapacityThreshold_ = { INVALID_BATT_INT_VALUE }; member in OHOS::PowerMgr::final

Completed in 2 milliseconds