Searched refs:debugAutoUIEnabled_ (Results 1 – 3 of 3) sorted by relevance
289 return debugAutoUIEnabled_; in GetDebugAutoUIEnabled()627 static bool debugAutoUIEnabled_; // for AutoUI Test variable
415 bool SystemProperties::debugAutoUIEnabled_ = IsDebugAutoUIEnabled(); member in OHOS::Ace::SystemProperties581 debugAutoUIEnabled_ = system::GetParameter(ENABLE_DEBUG_AUTOUI_KEY, "false") == "true"; in InitDeviceInfo()
77 bool SystemProperties::debugAutoUIEnabled_ = false; member in OHOS::Ace::SystemProperties