Home
last modified time | relevance | path

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

/base/powermgr/display_manager/brightness_manager/src/
H A Dlight_lux_manager.cpp26 const int LIGHT_MAX_LUX = 40000; member
203 if (lux > LIGHT_MAX_LUX) { in GetValidLux()
204 DISPLAY_HILOGE(FEAT_BRIGHTNESS, "error lux = %{public}f > LIGHT_MAX_LUX", lux); in GetValidLux()
205 lux = LIGHT_MAX_LUX; in GetValidLux()

Completed in 8 milliseconds