Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/display_manager/brightness_manager/include/
H A Dbrightness_service.h194 void UpdateCurrentBrightnessLevel(float lux, bool isFastDuration);
/ohos5.0/base/powermgr/display_manager/brightness_manager/src/
H A Dbrightness_service.cpp687 UpdateCurrentBrightnessLevel(lux, mLightLuxManager.GetIsFirstLux()); in ProcessLightLux()
704 void BrightnessService::UpdateCurrentBrightnessLevel(float lux, bool isFastDuration) in UpdateCurrentBrightnessLevel() function in OHOS::DisplayPowerMgr::BrightnessService