Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/display_manager/brightness_manager/include/
H A Dbrightness_param_helper.h33 static uint32_t GetSleepMinumumReductionBrightness();
/ohos5.0/base/powermgr/display_manager/brightness_manager/src/
H A Dbrightness_param_helper.cpp47 uint32_t BrightnessParamHelper::GetSleepMinumumReductionBrightness() in GetSleepMinumumReductionBrightness() function in OHOS::DisplayPowerMgr::BrightnessParamHelper
H A Dbrightness_service.cpp868 …32_t sleepMinumumReductionBrightness = BrightnessParamHelper::GetSleepMinumumReductionBrightness(); in SetSleepBrightness()