Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/render_node/
H A Drender_node_test_ng.cpp175 layoutWrapper->cachedList_ = std::list<RefPtr<LayoutWrapper>>();
176 layoutWrapper->cachedList_.push_back(childLayoutWrapperOne);
177 layoutWrapper->cachedList_.push_back(childLayoutWrapperTwo);
179 layoutWrapper->cachedList_.push_back(childLayoutWrapperThree);
271 layoutWrapper->cachedList_ = std::list<RefPtr<LayoutWrapper>>();
272 layoutWrapper->cachedList_.push_back(childLayoutWrapperOne);
273 layoutWrapper->cachedList_.push_back(childLayoutWrapperTwo);
313 layoutWrapper->cachedList_ = std::list<RefPtr<LayoutWrapper>>();
314 layoutWrapper->cachedList_.push_back(childLayoutWrapperOne);
315 layoutWrapper->cachedList_.push_back(childLayoutWrapperTwo);
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper_node.cpp91 cachedList_.push_back(child); in Build()
96 auto insertIter = cachedList_.begin(); in Build()
98 cachedList_.splice(insertIter, buildItems); in Build()
101 for (const auto& child : cachedList_) { in Build()
118 if (cachedList_.empty()) { in GetAllChildrenWithBuild()
122 return ChildrenListWithGuard(cachedList_, dummyLock); in GetAllChildrenWithBuild()
H A Dlayout_wrapper_node.h236 std::list<RefPtr<LayoutWrapper>> cachedList_; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/side_bar/
H A Dside_bar_layout_test_ng.cpp676 layoutWrapper.cachedList_.push_back(tempLayoutWrapper);
677 layoutWrapper.cachedList_.push_back(tempLayoutWrapper);
678 layoutWrapper.cachedList_.push_back(tempLayoutWrapper);
679 layoutWrapper.cachedList_.push_back(tempLayoutWrapper);
941 layoutWrapper.cachedList_.push_back(tempLayoutWrapper);
942 layoutWrapper.cachedList_.push_back(tempLayoutWrapper);
943 layoutWrapper.cachedList_.push_back(tempLayoutWrapper);
944 layoutWrapper.cachedList_.push_back(tempLayoutWrapper);
1019 layoutWrapper.cachedList_.emplace_back(layoutWrapper1);
1020 layoutWrapper.cachedList_.emplace_back(layoutWrapper2);
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/node_container/
H A Dnode_container_test_ng.cpp181 layoutWrapper.cachedList_ = std::list<RefPtr<LayoutWrapper>>();
182 layoutWrapper.cachedList_.push_back(childLayoutWrapperOne);
183 layoutWrapper.cachedList_.push_back(childLayoutWrapperTwo);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/layout/
H A Dlayout_wrapper_node_test_ng.cpp380 EXPECT_EQ(layoutWrapper->cachedList_.size(), layoutWrapper->children_.size());
H A Dlayout_wrapper_test_ng.cpp378 EXPECT_EQ(retCachedList, layoutWrapper->cachedList_);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/custom/
H A Dcustom_test_ng.cpp1036 EXPECT_EQ(layoutWrapper->cachedList_.size(), 1);
1037 for (const auto& child : layoutWrapper->cachedList_) {
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
H A Dsecurity_component_test_ng.cpp277 layoutWrapper->cachedList_.emplace_back(&*buttonWrapper); in CreateSecurityComponentLayoutWrapper()
278 layoutWrapper->cachedList_.emplace_back(&*iconWrapper); in CreateSecurityComponentLayoutWrapper()
279 layoutWrapper->cachedList_.emplace_back(&*textWrapper); in CreateSecurityComponentLayoutWrapper()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_layoutFst_test_ng.cpp329 layoutWrapper.cachedList_.push_back(wrapperChild);