Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/display_manager/brightness_manager/src/
H A Dbrightness_service.cpp234 if (mLightBrightnessThreshold.size() != APS_LISTEN_PARAMS_LENGHT) { in NotifyLightChangeToAps()
242 int32_t brightness = mLightBrightnessThreshold[0]; in NotifyLightChangeToAps()
264 int32_t light = mLightBrightnessThreshold[1]; in NotifyLightChangeToAps()
265 int32_t range = mLightBrightnessThreshold[2]; in NotifyLightChangeToAps()
427 mLightBrightnessThreshold = threshold; in SetLightBrightnessThreshold()
/ohos5.0/base/powermgr/display_manager/brightness_manager/include/
H A Dbrightness_service.h235 std::vector<int32_t> mLightBrightnessThreshold; variable