Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_system_properties.cpp67 std::atomic<bool> SystemProperties::debugBoundaryEnabled_(false);
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h285 return debugBoundaryEnabled_.load(); in GetDebugBoundaryEnabled()
643 static std::atomic<bool> debugBoundaryEnabled_; member in OHOS::Ace::final
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp76 std::atomic<bool> SystemProperties::debugBoundaryEnabled_(false);
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp405 std::atomic<bool> SystemProperties::debugBoundaryEnabled_(IsDebugBoundaryEnabled() && developerModeOn_);
849 debugBoundaryEnabled_.store(debugBoundaryEnabled && developerModeOn_); in SetDebugBoundaryEnabled()

Completed in 8 milliseconds