Home
last modified time | relevance | path

Searched refs:POWER_STATUS_OFF_FAKE (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/
H A D_display_v11.md43 …sppowerstatus) : ohos.hdi.display.composer.v1_0.DispPowerStatus { POWER_STATUS_OFF_FAKE = 4 , POWE…
84 | POWER_STATUS_OFF_FAKE | 当 hwc 关闭时,电源状态为 ON |
H A D_display_composer_type_8idl_v11.md32 …sppowerstatus) : ohos.hdi.display.composer.v1_0.DispPowerStatus { POWER_STATUS_OFF_FAKE = 4 , POWE…
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_compatible_display_strategy.cpp37 interface.SetScreenPowerStatus(0, Rosen::ScreenPowerStatus::POWER_STATUS_OFF_FAKE); in Display()
H A Dboot_associative_display_strategy.cpp42 interface.SetScreenPowerStatus(defaultId, Rosen::ScreenPowerStatus::POWER_STATUS_OFF_FAKE); in Display()
/ohos5.0/drivers/interface/display/composer/v1_1/
H A DDisplayComposerType.idl34 POWER_STATUS_OFF_FAKE = 4, /**< The power status is on while hwc is off */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/foo/display/composer/v1_1/
H A DDisplayComposerType.idl34 POWER_STATUS_OFF_FAKE = 4, /**< The power status is on while hwc is off */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/cpp_target/display/composer/v1_1/
H A Ddisplay_composer_type.h.txt109 POWER_STATUS_OFF_FAKE = 4,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/
H A Dscreen_types.h100 POWER_STATUS_OFF_FAKE, enumerator
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/dump_ast_target/
H A Ddump.txt269 POWER_STATUS_OFF_FAKE = 4,
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp206 … rsInterface_.SetScreenPowerStatus(SCREEN_ID_FULL, ScreenPowerStatus::POWER_STATUS_OFF_FAKE); in FoldScreenPowerInit()
220 … rsInterface_.SetScreenPowerStatus(SCREEN_ID_MAIN, ScreenPowerStatus::POWER_STATUS_OFF_FAKE); in FoldScreenPowerInit()
1866 …status == ScreenPowerStatus::POWER_STATUS_OFF_FAKE || status == ScreenPowerStatus::POWER_STATUS_SU… in TryToRecoverFoldDisplayMode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen_manager.cpp1348 screenPowerStatus_[id] == ScreenPowerStatus::POWER_STATUS_OFF_FAKE || in SetScreenPowerStatus()