Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dui_node_test_ng.cpp1580 parent->DFSAllChild(child1, res);
2177 testNode1->DFSAllChild(testNode1, ret);
2193 testNode1->DFSAllChild(testNode1, ret);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.cpp1627 void UINode::DFSAllChild(const RefPtr<UINode>& root, std::vector<RefPtr<UINode>>& res) in DFSAllChild() function in OHOS::Ace::NG::UINode
1634 DFSAllChild(child, res); in DFSAllChild()
H A Dui_node.h603 static void DFSAllChild(const RefPtr<UINode>& root, std::vector<RefPtr<UINode>>& res);