Home
last modified time | relevance | path

Searched refs:debugline (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Drec_node.h57 inline void SetDebugLine(const std::string& debugline) in SetDebugLine() argument
59 debugLine_ = debugline; in SetDebugLine()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dlayout_inspector.h27 std::string debugline; member
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dlayout_inspector.cpp405 node.rsNodeId, node.frameNodeId, node.nodeType.c_str(), node.debugline.c_str()); in HandleInnerCallback()
411 recNode->SetDebugLine(node.debugline); in HandleInnerCallback()