Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/src/
H A Ddisplay_power_mgr_brightness_test.cpp330 DisplayPowerMgrClient::GetInstance().BoostBrightness(SET_BOOST_BRIGHTNESS_TIME);
365 DisplayPowerMgrClient::GetInstance().BoostBrightness(SET_BOOST_BRIGHTNESS_TIME);
642 bool isSucc = DisplayPowerMgrClient::GetInstance().BoostBrightness(BOOST_TIME);
656 bool isSucc = DisplayPowerMgrClient::GetInstance().BoostBrightness(BOOST_TIME);
670 bool isSucc = DisplayPowerMgrClient::GetInstance().BoostBrightness(BOOST_TIME);
687 bool isBoost = DisplayPowerMgrClient::GetInstance().BoostBrightness(BOOST_TIME);
708 bool isBoost = DisplayPowerMgrClient::GetInstance().BoostBrightness(BOOST_TIME);
725 bool isBoost = DisplayPowerMgrClient::GetInstance().BoostBrightness(BOOST_BRIGHTNESS_TIME);
745 bool isBoost = DisplayPowerMgrClient::GetInstance().BoostBrightness(BOOST_BRIGHTNESS_TIME);
770 bool isBoost = DisplayPowerMgrClient::GetInstance().BoostBrightness(BOOST_BRIGHTNESS_TIME);
[all …]
/ohos5.0/base/powermgr/display_manager/brightness_manager/src/
H A Dbrightness_manager.cpp147 bool BrightnessManager::BoostBrightness(uint32_t timeoutMs, uint32_t gradualDuration) in BoostBrightness() function in OHOS::DisplayPowerMgr::BrightnessManager
150 return mBrightnessManagerExt.BoostBrightness(timeoutMs, gradualDuration); in BoostBrightness()
152 return BrightnessService::Get().BoostBrightness(timeoutMs, gradualDuration); in BoostBrightness()
H A Dbrightness_manager_ext.cpp331 bool BrightnessManagerExt::BoostBrightness(uint32_t timeoutMs, uint32_t gradualDuration) in BoostBrightness() function in OHOS::DisplayPowerMgr::BrightnessManagerExt
H A Dbrightness_service.cpp913 bool BrightnessService::BoostBrightness(uint32_t timeoutMs, uint32_t gradualDuration) in BoostBrightness() function in OHOS::DisplayPowerMgr::BrightnessService
/ohos5.0/base/powermgr/display_manager/brightness_manager/test/unittest/src/
H A Dmock_brightness_manager_interface.cpp105 bool BoostBrightness(uint32_t timeoutMs, uint32_t gradualDuration) in BoostBrightness() function
178 ext.mBoostBrightnessFunc = reinterpret_cast<void*>(BoostBrightness); in MockInitBrightnessManagerExt()
H A Dbrightness_manager_ext_test.cpp71 retBool = g_BrightnessManagerExt.BoostBrightness(10000);
164 bool retBool = g_BrightnessManagerExt.BoostBrightness(0, 0);
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/src/mock/
H A Ddisplay_mock_parcel_test.cpp71 EXPECT_FALSE(sptrDisplayProxy->BoostBrightness(TIMEOUT_MS, DISPLAY_ID)); in DisplayProxyTestFunc()
109 EXPECT_FALSE(client.BoostBrightness(TIMEOUT_MS, DISPLAY_ID));
H A Ddisplay_mock_object_test.cpp78 EXPECT_FALSE(sptrDisplayProxy->BoostBrightness(TIMEOUT_MS, DISPLAY_ID));
H A Ddisplay_mock_test.cpp115 EXPECT_FALSE(sptrDisplayProxy->BoostBrightness(TIMEOUT_MS, DISPLAY_ID));
/ohos5.0/base/powermgr/display_manager/state_manager/frameworks/native/
H A Ddisplay_power_mgr_client.cpp216 bool DisplayPowerMgrClient::BoostBrightness(int32_t timeoutMs, uint32_t displayId) in BoostBrightness() function in OHOS::DisplayPowerMgr::DisplayPowerMgrClient
220 return proxy->BoostBrightness(timeoutMs, displayId); in BoostBrightness()
/ohos5.0/base/powermgr/display_manager/brightness_manager/include/
H A Dbrightness_manager.h45 bool BoostBrightness(uint32_t timeoutMs, uint32_t gradualDuration = 0);
H A Dbrightness_manager_ext.h45 bool BoostBrightness(uint32_t timeoutMs, uint32_t gradualDuration = 0);
H A Dbrightness_service.h132 bool BoostBrightness(uint32_t timeoutMs, uint32_t gradualDuration = 0);
/ohos5.0/base/powermgr/display_manager/state_manager/interfaces/inner_api/native/include/
H A Didisplay_power_mgr.h50 virtual bool BoostBrightness(int32_t timeoutMs, uint32_t displayId) = 0;
H A Ddisplay_power_mgr_client.h55 bool BoostBrightness(int32_t timeoutMs, uint32_t displayId = 0);
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_display_power_mgr_client.cpp134 bool DisplayPowerMgrClient::BoostBrightness(int32_t timeoutMs, uint32_t displayId) in BoostBrightness() function in OHOS::DisplayPowerMgr::DisplayPowerMgrClient
/ohos5.0/base/powermgr/display_manager/state_manager/service/native/include/
H A Dscreen_controller.h66 bool BoostBrightness(uint32_t timeoutMs, uint32_t gradualDuration = 0);
H A Ddisplay_power_mgr_service.h66 virtual bool BoostBrightness(int32_t timeoutMs, uint32_t displayId) override;
/ohos5.0/base/powermgr/display_manager/state_manager/service/zidl/include/
H A Ddisplay_power_mgr_proxy.h58 virtual bool BoostBrightness(int32_t timeoutMs, uint32_t displayId) override;
/ohos5.0/base/powermgr/display_manager/state_manager/service/native/src/
H A Dscreen_controller.cpp228 bool ScreenController::BoostBrightness(uint32_t timeoutMs, uint32_t gradualDuration) in BoostBrightness() function in OHOS::DisplayPowerMgr::ScreenController
H A Ddisplay_power_mgr_service.cpp528 bool DisplayPowerMgrService::BoostBrightness(int32_t timeoutMs, uint32_t displayId) in BoostBrightness() function in OHOS::DisplayPowerMgr::DisplayPowerMgrService
537 return BrightnessManager::Get().BoostBrightness(timeoutMs); in BoostBrightness()
/ohos5.0/base/powermgr/power_manager/utils/shell/src/
H A Dpower_shell_command.cpp550 bool ret = DisplayPowerMgrClient::GetInstance().BoostBrightness(static_cast<uint32_t>(value)); in RunAsDisplayCommandBoost()
/ohos5.0/base/powermgr/display_manager/state_manager/service/zidl/src/
H A Ddisplay_power_mgr_stub.cpp397 bool isScuu = BoostBrightness(timeoutMs, id); in BoostBrightnessStub()
H A Ddisplay_power_mgr_proxy.cpp678 bool DisplayPowerMgrProxy::BoostBrightness(int32_t timeoutMs, uint32_t displayId) in BoostBrightness() function in OHOS::DisplayPowerMgr::DisplayPowerMgrProxy