Home
last modified time | relevance | path

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

/base/powermgr/display_manager/test/unittest/common/native/src/
Ddisplay_power_mgr_brightness_test.cpp655 uint32_t currentValue = DisplayPowerMgrClient::GetInstance().GetDeviceBrightness(); variable
676 uint32_t currentValue = DisplayPowerMgrClient::GetInstance().GetDeviceBrightness(); variable
698 uint32_t currentValue = DisplayPowerMgrClient::GetInstance().GetDeviceBrightness(); variable
721 uint32_t currentValue = DisplayPowerMgrClient::GetInstance().GetDeviceBrightness(); variable
/base/powermgr/display_manager/service/native/src/
Dscreen_controller.cpp66 void ScreenController::AnimateCallbackImpl::OnChanged(uint32_t currentValue) in OnChanged()