Home
last modified time | relevance | path

Searched refs:BoostBrightness (Results 1 – 16 of 16) sorted by relevance

/base/powermgr/display_manager/test/unittest/src/
Ddisplay_power_mgr_brightness_test.cpp303 DisplayPowerMgrClient::GetInstance().BoostBrightness(SET_BOOST_BRIGHTNESS_TIME);
338 DisplayPowerMgrClient::GetInstance().BoostBrightness(SET_BOOST_BRIGHTNESS_TIME);
595 bool isSucc = DisplayPowerMgrClient::GetInstance().BoostBrightness(BOOST_TIME);
609 bool isSucc = DisplayPowerMgrClient::GetInstance().BoostBrightness(BOOST_TIME);
623 bool isSucc = DisplayPowerMgrClient::GetInstance().BoostBrightness(BOOST_TIME);
640 bool isBoost = DisplayPowerMgrClient::GetInstance().BoostBrightness(BOOST_TIME);
661 bool isBoost = DisplayPowerMgrClient::GetInstance().BoostBrightness(BOOST_TIME);
678 bool isBoost = DisplayPowerMgrClient::GetInstance().BoostBrightness(BOOST_BRIGHTNESS_TIME);
698 bool isBoost = DisplayPowerMgrClient::GetInstance().BoostBrightness(BOOST_BRIGHTNESS_TIME);
722 bool isBoost = DisplayPowerMgrClient::GetInstance().BoostBrightness(BOOST_BRIGHTNESS_TIME);
[all …]
/base/powermgr/display_manager/test/fuzztest/display_fuzzer/
Ddisplay_fuzzer.cpp124 static void BoostBrightness(const uint8_t* data, size_t size) in BoostBrightness() function
127 g_displayMgrClient.BoostBrightness(value, value); in BoostBrightness()
194 &BoostBrightness,
/base/powermgr/display_manager/interfaces/inner_api/native/include/
Didisplay_power_mgr.h47 virtual bool BoostBrightness(int32_t timeoutMs, uint32_t displayId) = 0;
Ddisplay_power_mgr_client.h53 bool BoostBrightness(int32_t timeoutMs, uint32_t displayId = 0);
/base/powermgr/display_manager/test/unittest/src/mock/
Ddisplay_mock_parcel_test.cpp71 EXPECT_FALSE(sptrDisplayProxy->BoostBrightness(TIMEOUT_MS, DISPLAY_ID)); in DisplayProxyTestFunc()
109 EXPECT_FALSE(client.BoostBrightness(TIMEOUT_MS, DISPLAY_ID));
Ddisplay_mock_object_test.cpp78 EXPECT_FALSE(sptrDisplayProxy->BoostBrightness(TIMEOUT_MS, DISPLAY_ID));
Ddisplay_mock_test.cpp115 EXPECT_FALSE(sptrDisplayProxy->BoostBrightness(TIMEOUT_MS, DISPLAY_ID));
/base/powermgr/display_manager/frameworks/native/
Ddisplay_power_mgr_client.cpp215 bool DisplayPowerMgrClient::BoostBrightness(int32_t timeoutMs, uint32_t displayId) in BoostBrightness() function in OHOS::DisplayPowerMgr::DisplayPowerMgrClient
219 return proxy->BoostBrightness(timeoutMs, displayId); in BoostBrightness()
/base/powermgr/display_manager/service/zidl/include/
Ddisplay_power_mgr_proxy.h56 virtual bool BoostBrightness(int32_t timeoutMs, uint32_t displayId) override;
/base/powermgr/display_manager/service/native/include/
Dscreen_controller.h67 bool BoostBrightness(uint32_t timeoutMs, uint32_t gradualDuration = 0);
Ddisplay_power_mgr_service.h60 virtual bool BoostBrightness(int32_t timeoutMs, uint32_t displayId) override;
/base/powermgr/power_manager/utils/shell/src/
Dpower_shell_command.cpp273 bool ret = DisplayPowerMgrClient::GetInstance().BoostBrightness(static_cast<uint32_t>(value)); in RunAsDisplayCommandBoost()
/base/powermgr/display_manager/service/native/src/
Dscreen_controller.cpp222 bool ScreenController::BoostBrightness(uint32_t timeoutMs, uint32_t gradualDuration) in BoostBrightness() function in OHOS::DisplayPowerMgr::ScreenController
Ddisplay_power_mgr_service.cpp435 bool DisplayPowerMgrService::BoostBrightness(int32_t timeoutMs, uint32_t displayId) in BoostBrightness() function in OHOS::DisplayPowerMgr::DisplayPowerMgrService
444 return iter->second->BoostBrightness(timeoutMs); in BoostBrightness()
/base/powermgr/display_manager/service/zidl/src/
Ddisplay_power_mgr_stub.cpp359 bool isScuu = BoostBrightness(timeoutMs, id); in BoostBrightnessStub()
Ddisplay_power_mgr_proxy.cpp602 bool DisplayPowerMgrProxy::BoostBrightness(int32_t timeoutMs, uint32_t displayId) in BoostBrightness() function in OHOS::DisplayPowerMgr::DisplayPowerMgrProxy