Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dbattery_service.cpp170 fullCapacityThreshold_ = batteryConfig.GetInt("soc.full", fullCapacityThreshold_); in InitConfig()
177 fullCapacityThreshold_); in InitConfig()
746 … } else if (IsCapacityLevelDefined(fullCapacityThreshold_) && capacity > highCapacityThreshold_ && in GetCapacityLevel()
747 capacity <= fullCapacityThreshold_) { in GetCapacityLevel()
/ohos5.0/base/powermgr/battery_manager/services/native/include/
H A Dbattery_service.h141 int32_t fullCapacityThreshold_ = { INVALID_BATT_INT_VALUE }; variable