Home
last modified time | relevance | path

Searched refs:GetDebugLine (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Drec_node.h53 inline const std::string& GetDebugLine() in GetDebugLine() function
H A Dinspector.cpp130 if (!uiNode->GetDebugLine().empty()) { in GetFrameNodeChildren()
175 jsonNode->Put(INSPECTOR_DEBUGLINE, parent->GetDebugLine().c_str()); in GetSpanInspector()
208 jsonNode->Put(INSPECTOR_DEBUGLINE, node->GetDebugLine().c_str()); in GetInspectorChildren()
286 jsonNode->Put(INSPECTOR_DEBUGLINE, parent->GetDebugLine().c_str()); in GetSpanInspector()
310 jsonNode->Put(INSPECTOR_DEBUGLINE, customNode->GetDebugLine().c_str()); in GetCustomNodeInfo()
342 jsonNode->Put(INSPECTOR_DEBUGLINE, node->GetDebugLine().c_str()); in GetInspectorChildren()
472 std::string debugLine = inspectorElement->GetDebugLine(); in GetInspectorNodeByKey()
912 std::string strDebugLine = uiNode->GetDebugLine(); in AddInspectorTreeNode()
H A Dui_node.h434 std::string GetDebugLine() const in GetDebugLine() function
H A Dframe_node.cpp1243 FrameNodeInfo info { renderContext_->GetNodeId(), GetId(), GetTag(), GetDebugLine() }; in TriggerRsProfilerNodeMountCallbackIfExist()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_component.h125 std::string GetDebugLine() in GetDebugLine() function
H A Dinspector_node.h82 std::string GetDebugLine() in GetDebugLine() function
H A Dinspector.cpp155 std::string debugLine = inspectorElement->GetDebugLine(); in GetInspectorNodeByKey()
H A Dinspector_composed_component.cpp369 composedElement->SetDebugLine(GetDebugLine()); in CreateElement()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dlayout_inspector.cpp351 jsonNode->Put(RECNODE_DEBUGLINE, uiNode.second->GetDebugLine().c_str()); in HandleStopRecord()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.cpp427 std::string debugLine = composedElement->GetDebugLine(); in GetAttrsAndStylesV2()