Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h279 return debugBoundaryEnabled_; in GetDebugBoundaryEnabled()
626 static bool debugBoundaryEnabled_; variable
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_system_properties.cpp69 bool SystemProperties::debugBoundaryEnabled_ = false; member in OHOS::Ace::SystemProperties
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp414 bool SystemProperties::debugBoundaryEnabled_ = IsDebugBoundaryEnabled() && developerModeOn_; member in OHOS::Ace::SystemProperties
802 debugBoundaryEnabled_ = debugBoundaryEnabled && developerModeOn_; in SetDebugBoundaryEnabled()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp76 bool SystemProperties::debugBoundaryEnabled_ = false; member in OHOS::Ace::SystemProperties