Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp430 bool SystemProperties::resourceDecoupling_ = IsResourceDecoupling(); member in OHOS::Ace::SystemProperties
586 resourceDecoupling_ = IsResourceDecoupling(); in InitDeviceInfo()
705 return resourceDecoupling_; in GetResourceDecoupling()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp89 bool SystemProperties::resourceDecoupling_ = true; member in OHOS::Ace::SystemProperties
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h639 static bool resourceDecoupling_; variable