Home
last modified time | relevance | path

Searched refs:INVALID_POWER_STATUS (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/
H A Drs_screen_data.h58 ScreenPowerStatus powerStatus_ = INVALID_POWER_STATUS;
H A Dscreen_types.h104 INVALID_POWER_STATUS, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.cpp159 powerStatus_ = static_cast<GraphicDispPowerStatus>(INVALID_POWER_STATUS); in PhysicalScreenInit()
422 return ScreenPowerStatus::INVALID_POWER_STATUS; in GetPowerStatus()
427 return INVALID_POWER_STATUS; in GetPowerStatus()
432 return INVALID_POWER_STATUS; in GetPowerStatus()
435 return INVALID_POWER_STATUS; in GetPowerStatus()
H A Drs_screen_manager.cpp891 return INVALID_POWER_STATUS; in GetScreenPowerStatusLocked()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/screen_manager/
H A Drs_screen_test.cpp110 ASSERT_EQ(rsScreen->GetPowerStatus(), ScreenPowerStatus::INVALID_POWER_STATUS);
241 ASSERT_EQ(virtualScreen->GetPowerStatus(), INVALID_POWER_STATUS);
H A Drs_screen_manager_test.cpp863 ASSERT_EQ(screenData.GetPowerStatus(), INVALID_POWER_STATUS);
1154 ASSERT_EQ(screenManager->GetScreenPowerStatus(screenId), INVALID_POWER_STATUS);
1171 … ASSERT_EQ(screenManager->GetScreenPowerStatus(screenId), ScreenPowerStatus::INVALID_POWER_STATUS);
1272 ASSERT_EQ(screenManagerImpl.GetScreenPowerStatusLocked(screenId), INVALID_POWER_STATUS);
1291 ASSERT_EQ(screenManagerImpl.GetScreenPowerStatusLocked(screenId), INVALID_POWER_STATUS);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_connection_proxy_test.cpp498 EXPECT_EQ(proxy->GetScreenData(id).powerStatus_, INVALID_POWER_STATUS);
500 ASSERT_EQ(proxy->GetScreenPowerStatus(id), ScreenPowerStatus::INVALID_POWER_STATUS);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_client.cpp687 return ScreenPowerStatus::INVALID_POWER_STATUS; in GetScreenPowerStatus()
H A Drs_render_service_connection_proxy.cpp1352 return INVALID_POWER_STATUS; in GetScreenPowerStatus()
1359 return INVALID_POWER_STATUS; in GetScreenPowerStatus()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.cpp1150 return ScreenPowerStatus::INVALID_POWER_STATUS; in GetScreenPowerStatus()