/base/powermgr/display_manager/test/fuzztest/display_fuzzer/ |
D | display_fuzzer.cpp | 118 static void RestoreBrightness(const uint8_t* data, size_t size) in RestoreBrightness() function 121 g_displayMgrClient.RestoreBrightness(value); in RestoreBrightness() 193 &RestoreBrightness,
|
/base/powermgr/display_manager/test/unittest/src/ |
D | display_power_mgr_brightness_test.cpp | 42 DisplayPowerMgrClient::GetInstance().RestoreBrightness(); in TearDown() 253 DisplayPowerMgrClient::GetInstance().RestoreBrightness(); 281 ret = DisplayPowerMgrClient::GetInstance().RestoreBrightness(); 404 ret = DisplayPowerMgrClient::GetInstance().RestoreBrightness(); // restore 441 ret = DisplayPowerMgrClient::GetInstance().RestoreBrightness(); 460 bool isRestore = DisplayPowerMgrClient::GetInstance().RestoreBrightness(); 531 DisplayPowerMgrClient::GetInstance().RestoreBrightness(); 644 bool isRestore = DisplayPowerMgrClient::GetInstance().RestoreBrightness();
|
/base/powermgr/display_manager/interfaces/inner_api/native/include/ |
D | idisplay_power_mgr.h | 38 virtual bool RestoreBrightness(uint32_t displayId) = 0;
|
D | display_power_mgr_client.h | 44 bool RestoreBrightness(uint32_t displayId = 0);
|
/base/powermgr/display_manager/test/unittest/src/mock/ |
D | display_mock_parcel_test.cpp | 62 EXPECT_FALSE(sptrDisplayProxy->RestoreBrightness(DISPLAY_ID)); in DisplayProxyTestFunc() 100 EXPECT_FALSE(client.RestoreBrightness(DISPLAY_ID));
|
D | display_mock_object_test.cpp | 68 EXPECT_FALSE(sptrDisplayProxy->RestoreBrightness(DISPLAY_ID));
|
D | display_mock_test.cpp | 105 EXPECT_FALSE(sptrDisplayProxy->RestoreBrightness(DISPLAY_ID));
|
/base/powermgr/display_manager/frameworks/native/ |
D | display_power_mgr_client.cpp | 147 bool DisplayPowerMgrClient::RestoreBrightness(uint32_t displayId) in RestoreBrightness() function in OHOS::DisplayPowerMgr::DisplayPowerMgrClient 151 return proxy->RestoreBrightness(displayId); in RestoreBrightness()
|
/base/powermgr/display_manager/service/zidl/include/ |
D | display_power_mgr_proxy.h | 47 virtual bool RestoreBrightness(uint32_t displayId) override;
|
/base/powermgr/display_manager/service/native/include/ |
D | screen_controller.h | 64 bool RestoreBrightness(uint32_t gradualDuration = 0);
|
D | display_power_mgr_service.h | 51 virtual bool RestoreBrightness(uint32_t displayId) override;
|
/base/powermgr/power_manager/utils/shell/src/ |
D | power_shell_command.cpp | 257 bool ret = DisplayPowerMgrClient::GetInstance().RestoreBrightness(); in RunAsDisplayCommandRestore()
|
/base/powermgr/display_manager/service/native/src/ |
D | screen_controller.cpp | 207 bool ScreenController::RestoreBrightness(uint32_t gradualDuration) in RestoreBrightness() function in OHOS::DisplayPowerMgr::ScreenController
|
D | display_power_mgr_service.cpp | 288 bool DisplayPowerMgrService::RestoreBrightness(uint32_t displayId) in RestoreBrightness() function in OHOS::DisplayPowerMgr::DisplayPowerMgrService 298 return iter->second->RestoreBrightness(); in RestoreBrightness()
|
/base/useriam/face_auth/services_ex/src/ |
D | screen_brightness_task.cpp | 163 if (!DisplayPowerMgrClient::GetInstance().RestoreBrightness(displayId)) { in RestoreScreenBrightness()
|
/base/powermgr/display_manager/service/zidl/src/ |
D | display_power_mgr_stub.cpp | 247 bool ret = RestoreBrightness(displayId); in RestoreBrightnessStub()
|
D | display_power_mgr_proxy.cpp | 307 bool DisplayPowerMgrProxy::RestoreBrightness(uint32_t displayId) in RestoreBrightness() function in OHOS::DisplayPowerMgr::DisplayPowerMgrProxy
|