Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h545 static void SetLayoutTraceEnabled(bool layoutTraceEnable);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp790 void SystemProperties::SetLayoutTraceEnabled(bool layoutTraceEnable) in SetLayoutTraceEnabled() function in OHOS::Ace::SystemProperties
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp3882 SystemProperties::SetLayoutTraceEnabled(strcmp(value, "true") == 0); in EnableSystemParameterTraceLayoutCallback()