Home
last modified time | relevance | path

Searched refs:GRAPHIC_POWER_STATUS_ON_ADVANCED (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_display_type.h86 GRAPHIC_POWER_STATUS_ON_ADVANCED, /**< Power-on 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.cpp256 uint32_t status = GraphicDispPowerStatus::GRAPHIC_POWER_STATUS_ON_ADVANCED;
565 rsScreen->SetPowerStatus(GraphicDispPowerStatus::GRAPHIC_POWER_STATUS_ON_ADVANCED);
H A Drs_screen_manager_test.cpp2097 …creenManagerImpl.screenPowerStatus_[id] = GraphicDispPowerStatus::GRAPHIC_POWER_STATUS_ON_ADVANCED;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.cpp370 powerStatus == GraphicDispPowerStatus::GRAPHIC_POWER_STATUS_ON_ADVANCED) { in SetPowerStatus()
557 case GRAPHIC_POWER_STATUS_ON_ADVANCED: { in PowerStatusDump()