Home
last modified time | relevance | path

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

/base/powermgr/battery_statistics/utils/native/include/
H A Dstats_utils.h28 static constexpr uint8_t SCREEN_BRIGHTNESS_BIN = 255; member in OHOS::PowerMgr::StatsUtils
/base/powermgr/battery_statistics/services/native/src/entities/
H A Dscreen_entity.cpp131 if (level <= StatsUtils::INVALID_VALUE || level > StatsUtils::SCREEN_BRIGHTNESS_BIN) { in GetOrCreateTimer()
/base/powermgr/battery_statistics/services/native/src/
H A Dbattery_stats_core.cpp514 if (level <= StatsUtils::INVALID_VALUE || level > StatsUtils::SCREEN_BRIGHTNESS_BIN) { in UpdateBrightnessTimer()
794 for (uint16_t brightNess = 0; brightNess <= StatsUtils::SCREEN_BRIGHTNESS_BIN; brightNess++) { in SaveForHardware()

Completed in 3 milliseconds