Home
last modified time | relevance | path

Searched refs:ENABLE_DEBUG_BOUNDARY_KEY (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp46 constexpr char ENABLE_DEBUG_BOUNDARY_KEY[] = "persist.ace.debug.boundary.enabled"; member
92 return system::GetParameter(ENABLE_DEBUG_BOUNDARY_KEY, "false") == "true"; in IsDebugBoundaryEnabled()
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h51 extern const char ENABLE_DEBUG_BOUNDARY_KEY[];
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp104 const char ENABLE_DEBUG_BOUNDARY_KEY[] = "persist.ace.debug.boundary.enabled"; member
3332 ENABLE_DEBUG_BOUNDARY_KEY, container, SystemProperties::EnableSystemParameterDebugBoundaryCallback); in AddWatchSystemParameter()
3351 ENABLE_DEBUG_BOUNDARY_KEY, this, SystemProperties::EnableSystemParameterDebugBoundaryCallback); in RemoveWatchSystemParameter()

Completed in 10 milliseconds