Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h547 static void SetSecurityDevelopermodeLayoutTraceEnabled(bool layoutTraceEnable);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp795 void SystemProperties::SetSecurityDevelopermodeLayoutTraceEnabled(bool layoutTraceEnable) in SetSecurityDevelopermodeLayoutTraceEnabled() function in OHOS::Ace::SystemProperties
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp3890 SystemProperties::SetSecurityDevelopermodeLayoutTraceEnabled(strcmp(value, "true") == 0); in EnableSystemParameterSecurityDevelopermodeCallback()