Home
last modified time | relevance | path

Searched refs:extSurfaceEnabled_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h490 extSurfaceEnabled_ = extSurfaceEnabled; in SetExtSurfaceEnabled()
495 return extSurfaceEnabled_; in GetExtSurfaceEnabled()
637 static bool extSurfaceEnabled_; variable
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_system_properties.cpp51 bool SystemProperties::extSurfaceEnabled_ = false; member in OHOS::Ace::SystemProperties
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/app_bar/
H A Dapp_bar_test_ng.cpp452 SystemProperties::extSurfaceEnabled_ = true;
456 SystemProperties::extSurfaceEnabled_ = false;
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp87 bool SystemProperties::extSurfaceEnabled_ = false; member in OHOS::Ace::SystemProperties
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp427 ACE_WEAK_SYM bool SystemProperties::extSurfaceEnabled_ = IsExtSurfaceEnabled(); member in OHOS::Ace::SystemProperties