Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dbattery_service.cpp720 bool IsCapacityLevelDefined(int32_t capacityThreshold) in IsCapacityLevelDefined() function
729 …if (IsCapacityLevelDefined(shutdownCapacityThreshold_) && capacity > 0 && capacity <= shutdownCapa… in GetCapacityLevel()
731 …} else if (IsCapacityLevelDefined(criticalCapacityThreshold_) && capacity > shutdownCapacityThresh… in GetCapacityLevel()
734 …} else if (IsCapacityLevelDefined(warningCapacityThreshold_) && capacity > criticalCapacityThresho… in GetCapacityLevel()
737 …} else if (IsCapacityLevelDefined(lowCapacityThreshold_) && capacity > warningCapacityThreshold_ && in GetCapacityLevel()
740 … } else if (IsCapacityLevelDefined(normalCapacityThreshold_) && capacity > lowCapacityThreshold_ && in GetCapacityLevel()
743 …} else if (IsCapacityLevelDefined(highCapacityThreshold_) && capacity > normalCapacityThreshold_ && in GetCapacityLevel()
746 … } else if (IsCapacityLevelDefined(fullCapacityThreshold_) && capacity > highCapacityThreshold_ && in GetCapacityLevel()