Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h289 return debugAutoUIEnabled_; in GetDebugAutoUIEnabled()
627 static bool debugAutoUIEnabled_; // for AutoUI Test variable
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp415 bool SystemProperties::debugAutoUIEnabled_ = IsDebugAutoUIEnabled(); member in OHOS::Ace::SystemProperties
581 debugAutoUIEnabled_ = system::GetParameter(ENABLE_DEBUG_AUTOUI_KEY, "false") == "true"; in InitDeviceInfo()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp77 bool SystemProperties::debugAutoUIEnabled_ = false; member in OHOS::Ace::SystemProperties