/ohos5.0/base/powermgr/display_manager/brightness_manager/src/ |
H A D | brightness_manager.cpp | 138 bool BrightnessManager::RestoreBrightness(uint32_t gradualDuration) in RestoreBrightness() function in OHOS::DisplayPowerMgr::BrightnessManager 141 return mBrightnessManagerExt.RestoreBrightness(gradualDuration); in RestoreBrightness() 143 return BrightnessService::Get().RestoreBrightness(gradualDuration); in RestoreBrightness()
|
H A D | brightness_manager_ext.cpp | 322 bool BrightnessManagerExt::RestoreBrightness(uint32_t gradualDuration) in RestoreBrightness() function in OHOS::DisplayPowerMgr::BrightnessManagerExt
|
H A D | brightness_service.cpp | 392 RestoreBrightness(0); in SetDisplayState() 897 bool BrightnessService::RestoreBrightness(uint32_t gradualDuration) in RestoreBrightness() function in OHOS::DisplayPowerMgr::BrightnessService
|
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/src/ |
H A D | display_power_mgr_brightness_test.cpp | 58 DisplayPowerMgrClient::GetInstance().RestoreBrightness(); in TearDown() 278 DisplayPowerMgrClient::GetInstance().RestoreBrightness(); 307 ret = DisplayPowerMgrClient::GetInstance().RestoreBrightness(); 435 ret = DisplayPowerMgrClient::GetInstance().RestoreBrightness(); // restore 476 ret = DisplayPowerMgrClient::GetInstance().RestoreBrightness(); 495 bool isRestore = DisplayPowerMgrClient::GetInstance().RestoreBrightness(); 575 DisplayPowerMgrClient::GetInstance().RestoreBrightness(); 691 bool isRestore = DisplayPowerMgrClient::GetInstance().RestoreBrightness();
|
/ohos5.0/base/powermgr/display_manager/brightness_manager/test/unittest/src/ |
H A D | mock_brightness_manager_interface.cpp | 100 bool RestoreBrightness(uint32_t gradualDuration) in RestoreBrightness() function 177 ext.mRestoreBrightnessFunc = reinterpret_cast<void*>(RestoreBrightness); in MockInitBrightnessManagerExt()
|
H A D | brightness_manager_ext_test.cpp | 67 retBool = g_BrightnessManagerExt.RestoreBrightness(); 153 retBool = g_BrightnessManagerExt.RestoreBrightness(0);
|
H A D | brightness_service_test.cpp | 41 DisplayPowerMgrClient::GetInstance().RestoreBrightness(); in TearDown()
|
H A D | brightness_manager_test.cpp | 41 DisplayPowerMgrClient::GetInstance().RestoreBrightness(); in TearDown()
|
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/src/mock/ |
H A D | display_mock_parcel_test.cpp | 62 EXPECT_FALSE(sptrDisplayProxy->RestoreBrightness(DISPLAY_ID)); in DisplayProxyTestFunc() 100 EXPECT_FALSE(client.RestoreBrightness(DISPLAY_ID));
|
H A D | display_mock_object_test.cpp | 68 EXPECT_FALSE(sptrDisplayProxy->RestoreBrightness(DISPLAY_ID));
|
H A D | display_mock_test.cpp | 105 EXPECT_FALSE(sptrDisplayProxy->RestoreBrightness(DISPLAY_ID));
|
/ohos5.0/base/powermgr/display_manager/state_manager/frameworks/native/ |
H A D | display_power_mgr_client.cpp | 148 bool DisplayPowerMgrClient::RestoreBrightness(uint32_t displayId, uint32_t duration) in RestoreBrightness() function in OHOS::DisplayPowerMgr::DisplayPowerMgrClient 152 return proxy->RestoreBrightness(displayId, duration); in RestoreBrightness()
|
/ohos5.0/base/powermgr/display_manager/brightness_manager/include/ |
H A D | brightness_manager.h | 44 bool RestoreBrightness(uint32_t gradualDuration = 0);
|
H A D | brightness_manager_ext.h | 44 bool RestoreBrightness(uint32_t gradualDuration = 0);
|
H A D | brightness_service.h | 130 bool RestoreBrightness(uint32_t gradualDuration = 0);
|
/ohos5.0/base/powermgr/display_manager/state_manager/interfaces/inner_api/native/include/ |
H A D | idisplay_power_mgr.h | 41 virtual bool RestoreBrightness(uint32_t displayId, uint32_t duration = 500) = 0;
|
H A D | display_power_mgr_client.h | 46 bool RestoreBrightness(uint32_t displayId = 0, uint32_t duration = 500);
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
H A D | mock_display_power_mgr_client.cpp | 81 bool DisplayPowerMgrClient::RestoreBrightness(uint32_t displayId, uint32_t duration) in RestoreBrightness() function in OHOS::DisplayPowerMgr::DisplayPowerMgrClient
|
/ohos5.0/base/powermgr/display_manager/state_manager/service/native/include/ |
H A D | screen_controller.h | 63 bool RestoreBrightness(uint32_t gradualDuration = 0);
|
H A D | display_power_mgr_service.h | 57 virtual bool RestoreBrightness(uint32_t displayId, uint32_t duration = 500) override;
|
/ohos5.0/base/powermgr/display_manager/state_manager/service/zidl/include/ |
H A D | display_power_mgr_proxy.h | 49 virtual bool RestoreBrightness(uint32_t displayId, uint32_t duration = 500) override;
|
/ohos5.0/base/powermgr/display_manager/state_manager/service/native/src/ |
H A D | display_power_mgr_service.cpp | 369 bool DisplayPowerMgrService::RestoreBrightness(uint32_t displayId, uint32_t duration) in RestoreBrightness() function in OHOS::DisplayPowerMgr::DisplayPowerMgrService 380 bool ret = BrightnessManager::Get().RestoreBrightness(duration); in RestoreBrightness() 384 return iter->second->RestoreBrightness(); in RestoreBrightness()
|
H A D | screen_controller.cpp | 213 bool ScreenController::RestoreBrightness(uint32_t gradualDuration) in RestoreBrightness() function in OHOS::DisplayPowerMgr::ScreenController
|
/ohos5.0/base/useriam/face_auth/services_ex/src/ |
H A D | screen_brightness_task.cpp | 163 if (!DisplayPowerMgrClient::GetInstance().RestoreBrightness(displayId)) { in RestoreScreenBrightness()
|
/ohos5.0/base/powermgr/power_manager/utils/shell/src/ |
H A D | power_shell_command.cpp | 531 bool ret = DisplayPowerMgrClient::GetInstance().RestoreBrightness(); in RunAsDisplayCommandRestore()
|