Searched refs:recNodes (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | inspector.h | 51 …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 D | inspector.cpp | 903 …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()
|