/base/powermgr/display_manager/test/unittest/src/ |
D | display_power_mgr_brightness_test.cpp | 303 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/ |
D | display_fuzzer.cpp | 124 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/ |
D | idisplay_power_mgr.h | 47 virtual bool BoostBrightness(int32_t timeoutMs, uint32_t displayId) = 0;
|
D | display_power_mgr_client.h | 53 bool BoostBrightness(int32_t timeoutMs, uint32_t displayId = 0);
|
/base/powermgr/display_manager/test/unittest/src/mock/ |
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));
|
D | display_mock_object_test.cpp | 78 EXPECT_FALSE(sptrDisplayProxy->BoostBrightness(TIMEOUT_MS, DISPLAY_ID));
|
D | display_mock_test.cpp | 115 EXPECT_FALSE(sptrDisplayProxy->BoostBrightness(TIMEOUT_MS, DISPLAY_ID));
|
/base/powermgr/display_manager/frameworks/native/ |
D | display_power_mgr_client.cpp | 215 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/ |
D | display_power_mgr_proxy.h | 56 virtual bool BoostBrightness(int32_t timeoutMs, uint32_t displayId) override;
|
/base/powermgr/display_manager/service/native/include/ |
D | screen_controller.h | 67 bool BoostBrightness(uint32_t timeoutMs, uint32_t gradualDuration = 0);
|
D | display_power_mgr_service.h | 60 virtual bool BoostBrightness(int32_t timeoutMs, uint32_t displayId) override;
|
/base/powermgr/power_manager/utils/shell/src/ |
D | power_shell_command.cpp | 273 bool ret = DisplayPowerMgrClient::GetInstance().BoostBrightness(static_cast<uint32_t>(value)); in RunAsDisplayCommandBoost()
|
/base/powermgr/display_manager/service/native/src/ |
D | screen_controller.cpp | 222 bool ScreenController::BoostBrightness(uint32_t timeoutMs, uint32_t gradualDuration) in BoostBrightness() function in OHOS::DisplayPowerMgr::ScreenController
|
D | display_power_mgr_service.cpp | 435 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/ |
D | display_power_mgr_stub.cpp | 359 bool isScuu = BoostBrightness(timeoutMs, id); in BoostBrightnessStub()
|
D | display_power_mgr_proxy.cpp | 602 bool DisplayPowerMgrProxy::BoostBrightness(int32_t timeoutMs, uint32_t displayId) in BoostBrightness() function in OHOS::DisplayPowerMgr::DisplayPowerMgrProxy
|