/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/src/ |
H A D | display_power_mgr_brightness_test.cpp | 330 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 D | brightness_manager.cpp | 147 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 D | brightness_manager_ext.cpp | 331 bool BrightnessManagerExt::BoostBrightness(uint32_t timeoutMs, uint32_t gradualDuration) in BoostBrightness() function in OHOS::DisplayPowerMgr::BrightnessManagerExt
|
H A D | brightness_service.cpp | 913 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 D | mock_brightness_manager_interface.cpp | 105 bool BoostBrightness(uint32_t timeoutMs, uint32_t gradualDuration) in BoostBrightness() function 178 ext.mBoostBrightnessFunc = reinterpret_cast<void*>(BoostBrightness); in MockInitBrightnessManagerExt()
|
H A D | brightness_manager_ext_test.cpp | 71 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 D | display_mock_parcel_test.cpp | 71 EXPECT_FALSE(sptrDisplayProxy->BoostBrightness(TIMEOUT_MS, DISPLAY_ID)); in DisplayProxyTestFunc() 109 EXPECT_FALSE(client.BoostBrightness(TIMEOUT_MS, DISPLAY_ID));
|
H A D | display_mock_object_test.cpp | 78 EXPECT_FALSE(sptrDisplayProxy->BoostBrightness(TIMEOUT_MS, DISPLAY_ID));
|
H A D | display_mock_test.cpp | 115 EXPECT_FALSE(sptrDisplayProxy->BoostBrightness(TIMEOUT_MS, DISPLAY_ID));
|
/ohos5.0/base/powermgr/display_manager/state_manager/frameworks/native/ |
H A D | display_power_mgr_client.cpp | 216 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 D | brightness_manager.h | 45 bool BoostBrightness(uint32_t timeoutMs, uint32_t gradualDuration = 0);
|
H A D | brightness_manager_ext.h | 45 bool BoostBrightness(uint32_t timeoutMs, uint32_t gradualDuration = 0);
|
H A D | brightness_service.h | 132 bool BoostBrightness(uint32_t timeoutMs, uint32_t gradualDuration = 0);
|
/ohos5.0/base/powermgr/display_manager/state_manager/interfaces/inner_api/native/include/ |
H A D | idisplay_power_mgr.h | 50 virtual bool BoostBrightness(int32_t timeoutMs, uint32_t displayId) = 0;
|
H A D | display_power_mgr_client.h | 55 bool BoostBrightness(int32_t timeoutMs, uint32_t displayId = 0);
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
H A D | mock_display_power_mgr_client.cpp | 134 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 D | screen_controller.h | 66 bool BoostBrightness(uint32_t timeoutMs, uint32_t gradualDuration = 0);
|
H A D | display_power_mgr_service.h | 66 virtual bool BoostBrightness(int32_t timeoutMs, uint32_t displayId) override;
|
/ohos5.0/base/powermgr/display_manager/state_manager/service/zidl/include/ |
H A D | display_power_mgr_proxy.h | 58 virtual bool BoostBrightness(int32_t timeoutMs, uint32_t displayId) override;
|
/ohos5.0/base/powermgr/display_manager/state_manager/service/native/src/ |
H A D | screen_controller.cpp | 228 bool ScreenController::BoostBrightness(uint32_t timeoutMs, uint32_t gradualDuration) in BoostBrightness() function in OHOS::DisplayPowerMgr::ScreenController
|
H A D | display_power_mgr_service.cpp | 528 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 D | power_shell_command.cpp | 550 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 D | display_power_mgr_stub.cpp | 397 bool isScuu = BoostBrightness(timeoutMs, id); in BoostBrightnessStub()
|
H A D | display_power_mgr_proxy.cpp | 678 bool DisplayPowerMgrProxy::BoostBrightness(int32_t timeoutMs, uint32_t displayId) in BoostBrightness() function in OHOS::DisplayPowerMgr::DisplayPowerMgrProxy
|