Home
last modified time | relevance | path

Searched refs:recNodes (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.h51 …RefPtr<RecNode> AddInspectorTreeNode(const RefPtr<NG::UINode>& uiNode, InspectorTreeMap& recNodes);
53 std::vector<RefPtr<NG::UINode>> children, int32_t pageId, InspectorTreeMap& recNodes);
55 …const RefPtr<NG::UINode>& parent, InspectorTreeMap& recNodes, int32_t pageId, uint32_t depth = UIN…
H A Dinspector.cpp903 …Node> Inspector::AddInspectorTreeNode(const RefPtr<NG::UINode>& uiNode, InspectorTreeMap& recNodes) in AddInspectorTreeNode() argument
920 recNodes.emplace(uiNode->GetId(), recNode); in AddInspectorTreeNode()
925 std::vector<RefPtr<NG::UINode>> children, int32_t pageId, InspectorTreeMap& recNodes) in GetInspectorTreeInfo() argument
928 auto addedItem = AddInspectorTreeNode(uiNode, recNodes); in GetInspectorTreeInfo()
932 GetInspectorChildrenInfo(uiNode, recNodes, pageId); in GetInspectorTreeInfo()
937 const RefPtr<NG::UINode>& parent, InspectorTreeMap& recNodes, int32_t pageId, uint32_t depth) in GetInspectorChildrenInfo() argument
959 auto addedNode = AddInspectorTreeNode(uiNode, recNodes); in GetInspectorChildrenInfo()
963 GetInspectorChildrenInfo(uiNode, recNodes, pageId, depth - 1); in GetInspectorChildrenInfo()