Home
last modified time | relevance | path

Searched refs:GRAPHIC_POWER_STATUS_OFF_ADVANCED (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_display_type.h87 GRAPHIC_POWER_STATUS_OFF_ADVANCED, /**< Power-off the screen in advance. */ enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/screen_manager/
H A Drs_screen_test.cpp273 uint32_t status = GraphicDispPowerStatus::GRAPHIC_POWER_STATUS_OFF_ADVANCED;
570 rsScreen->SetPowerStatus(GraphicDispPowerStatus::GRAPHIC_POWER_STATUS_OFF_ADVANCED);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.cpp561 case GRAPHIC_POWER_STATUS_OFF_ADVANCED: { in PowerStatusDump()