Searched refs:OnGetOrCreateWrapperByIndex (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/syntax/ |
H A D | lazy_for_each_syntax_test_ng.cpp | 776 ASSERT_NE(lazyLayoutWrapperBuilder->OnGetOrCreateWrapperByIndex(INDEX_2), nullptr); 782 ASSERT_NE(lazyLayoutWrapperBuilder->OnGetOrCreateWrapperByIndex(INDEX_2), nullptr); 790 EXPECT_EQ(lazyLayoutWrapperBuilder->OnGetOrCreateWrapperByIndex(INDEX_4), nullptr); 791 EXPECT_EQ(lazyLayoutWrapperBuilder->OnGetOrCreateWrapperByIndex(INDEX_0), nullptr); 797 EXPECT_EQ(lazyLayoutWrapperBuilder->OnGetOrCreateWrapperByIndex(INDEX_4), nullptr); 798 EXPECT_EQ(lazyLayoutWrapperBuilder->OnGetOrCreateWrapperByIndex(INDEX_0), nullptr); 806 ASSERT_NE(lazyLayoutWrapperBuilder->OnGetOrCreateWrapperByIndex(INDEX_4), nullptr); 809 ASSERT_NE(lazyLayoutWrapperBuilder->OnGetOrCreateWrapperByIndex(INDEX_1), nullptr); 810 ASSERT_NE(lazyLayoutWrapperBuilder->OnGetOrCreateWrapperByIndex(INDEX_0), nullptr); 893 EXPECT_NE(lazyLayoutWrapperBuilder->OnGetOrCreateWrapperByIndex(INDEX_2), nullptr); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_wrapper_builder.cpp | 30 auto wrapper = OnGetOrCreateWrapperByIndex(realIndex); in GetOrCreateWrapperByIndex()
|
H A D | layout_wrapper_builder.h | 78 virtual RefPtr<LayoutWrapper> OnGetOrCreateWrapperByIndex(int32_t index) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | lazy_layout_wrapper_builder.h | 68 RefPtr<LayoutWrapper> OnGetOrCreateWrapperByIndex(int32_t index) override;
|
H A D | lazy_layout_wrapper_builder.cpp | 58 RefPtr<LayoutWrapper> LazyLayoutWrapperBuilder::OnGetOrCreateWrapperByIndex(int32_t index) in OnGetOrCreateWrapperByIndex() function in OHOS::Ace::NG::LazyLayoutWrapperBuilder
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menu_layoutFst_test_ng.cpp | 558 wrapperBuilder->OnGetOrCreateWrapperByIndex(nodeId);
|