Home
last modified time | relevance | path

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

/base/powermgr/display_manager/state_manager/frameworks/napi/
H A Dbrightness.cpp72 uint32_t brightness = brightnessInfo_.GetBrightness(); in GetValue()
107 if (!brightnessInfo_.SetBrightness(value, continuous)) { in SetValue()
108 DisplayErrors error = brightnessInfo_.GetServiceError(); in SetValue()
125 brightnessInfo_.SetBrightness(brightness, false); in SystemSetValue()
133 int32_t isAuto = brightnessInfo_.GetAutoMode(); in GetMode()
148 if (!brightnessInfo_.SetAutoMode(static_cast<bool>(mode))) { in SetMode()
166 brightnessInfo_.ScreenOn(screenOn, runningLock_); in SetKeepScreenOn()
H A Dbrightness.h97 BrightnessInfo brightnessInfo_; member in OHOS::DisplayPowerMgr::Brightness

Completed in 2 milliseconds