Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/display_manager/brightness_manager/src/
H A Dbrightness_service.cpp241 … int32_t nitValue = static_cast<int32_t>(GetMappingBrightnessNit(static_cast<uint32_t>(value))); in NotifyLightChangeToAps() local
243 if (!mIsBrightnessValidate && nitValue >= brightness) { in NotifyLightChangeToAps()
246 } else if (mIsBrightnessValidate && nitValue < brightness) { in NotifyLightChangeToAps()