Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.cpp893 auto nodeChildren = GetChildren(); in DumpSimplifyTree() local
895 bool hasChildren = !nodeChildren.empty() || !disappearingChildren_.empty(); in DumpSimplifyTree()
897 current->Put("ChildrenSize", static_cast<int32_t>(nodeChildren.size())); in DumpSimplifyTree()
899 if (!nodeChildren.empty()) { in DumpSimplifyTree()
900 for (const auto& item : nodeChildren) { in DumpSimplifyTree()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_new.cpp874 …auto nodeChildren = FrameNode::CreateFrameNode(childrenNodeName, 30, AceType::MakeRefPtr<Pattern>(… variable
880 nodeParent->AddChild(nodeChildren);
886 nodeChildren->UpdateInspectorId(childrenNodeName);
893 EXPECT_EQ(finalResult, nodeChildren);