Home
last modified time | relevance | path

Searched refs:debugAutoUIEnabled_ (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_system_properties.cpp72 bool SystemProperties::debugAutoUIEnabled_ = false; member in OHOS::Ace::SystemProperties
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h295 return debugAutoUIEnabled_; in GetDebugAutoUIEnabled()
644 static bool debugAutoUIEnabled_; // for AutoUI Test member in OHOS::Ace::final
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp77 bool SystemProperties::debugAutoUIEnabled_ = false; member in OHOS::Ace::SystemProperties
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp406 bool SystemProperties::debugAutoUIEnabled_ = IsDebugAutoUIEnabled(); member in OHOS::Ace::SystemProperties
571 debugAutoUIEnabled_ = system::GetParameter(ENABLE_DEBUG_AUTOUI_KEY, "false") == "true"; in InitDeviceInfo()

Completed in 5 milliseconds