Home
last modified time | relevance | path

Searched refs:GetSkipDisplayIfScreenOffEnabled (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_system_properties.cpp507 bool RSSystemProperties::GetSkipDisplayIfScreenOffEnabled() in GetSkipDisplayIfScreenOffEnabled() function in OHOS::Rosen::RSSystemProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_system_properties.cpp501 bool RSSystemProperties::GetSkipDisplayIfScreenOffEnabled() in GetSkipDisplayIfScreenOffEnabled() function in OHOS::Rosen::RSSystemProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_system_properties.h253 static bool GetSkipDisplayIfScreenOffEnabled();
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_util_test.cpp1480 if (!RSSystemProperties::GetSkipDisplayIfScreenOffEnabled() || RSSystemProperties::IsPcType()) {
1507 if (!RSSystemProperties::GetSkipDisplayIfScreenOffEnabled() || RSSystemProperties::IsPcType()) {
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp1086 bool RSSystemProperties::GetSkipDisplayIfScreenOffEnabled() in GetSkipDisplayIfScreenOffEnabled() function in OHOS::Rosen::RSSystemProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp1943 if (!RSSystemProperties::GetSkipDisplayIfScreenOffEnabled() || RSSystemProperties::IsPcType()) { in CheckRenderSkipIfScreenOff()