Home
last modified time | relevance | path

Searched defs:currentValue (Results 1 – 2 of 2) sorted by relevance

/base/powermgr/display_manager/test/unittest/src/
Ddisplay_power_mgr_brightness_test.cpp682 uint32_t currentValue = DisplayPowerMgrClient::GetInstance().GetDeviceBrightness(); variable
703 uint32_t currentValue = DisplayPowerMgrClient::GetInstance().GetDeviceBrightness(); variable
727 uint32_t currentValue = DisplayPowerMgrClient::GetInstance().GetDeviceBrightness(); variable
750 uint32_t currentValue = DisplayPowerMgrClient::GetInstance().GetDeviceBrightness(); variable
770 uint32_t currentValue = DisplayPowerMgrClient::GetInstance().GetDeviceBrightness(); variable
/base/powermgr/display_manager/service/native/src/
Dscreen_controller.cpp65 void ScreenController::AnimateCallbackImpl::OnChanged(uint32_t currentValue) in OnChanged()