Searched defs:cachedItems (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/syntax/ |
H A D | mock_lazy_for_each_builder.h | 45 … int32_t index, std::unordered_map<std::string, NG::LazyForEachCacheChild>& cachedItems) override in OnGetChildByIndex() 51 std::map<int32_t, NG::LazyForEachChild>& cachedItems, in OnGetChildByIndexNew() 62 std::unordered_map<std::string, NG::LazyForEachCacheChild>& cachedItems) override {}; in KeepRemovedItemInCache()
|
H A D | repeat_node_cache_syntax_test.cpp | 1123 std::set<int32_t> cachedItems; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | lazy_foreach.cpp | 47 …nt32_t index, std::unordered_map<std::string, std::pair<int32_t, RefPtr<NG::UINode>>>& cachedItems) in OnGetChildByIndex() 72 std::map<int32_t, NG::LazyForEachChild>& cachedItems, in OnGetChildByIndexNew()
|
H A D | lazy_foreach.h | 59 std::unordered_map<std::string, NG::LazyForEachCacheChild>& cachedItems) override {} in KeepRemovedItemInCache()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_lazy_foreach_builder.h | 98 std::unordered_map<std::string, NG::LazyForEachCacheChild>& cachedItems) override in KeepRemovedItemInCache() 134 … int32_t index, std::unordered_map<std::string, NG::LazyForEachCacheChild>& cachedItems) override in OnGetChildByIndex() 190 std::map<int32_t, NG::LazyForEachChild>& cachedItems, in OnGetChildByIndexNew()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_adapter_impl.h | 138 …yForEachChild OnGetChildByIndexNew(int32_t index, std::map<int32_t, LazyForEachChild>& cachedItems, in OnGetChildByIndexNew() 158 …::LazyForEachChild node, std::unordered_map<std::string, NG::LazyForEachCacheChild>& cachedItems) … in KeepRemovedItemInCache()
|
H A D | node_adapter_impl.cpp | 74 int32_t index, std::unordered_map<std::string, LazyForEachCacheChild>& cachedItems) in OnGetChildByIndex()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_wrapper.h | 126 std::set<int32_t> cachedItems; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | repeat_virtual_scroll_node.cpp | 213 const std::set<int32_t>& activeItems, const std::set<int32_t>& cachedItems, int32_t baseIndex) in DoSetActiveChildRange()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | ui_node.h | 550 … const std::set<int32_t>& activeItems, const std::set<int32_t>& cachedItems, int32_t baseIndex) in DoSetActiveChildRange()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_common_test_ng.cpp | 186 auto cachedItems = lazyForEachNode->builder_->cachedItems_; in VerifyLazyForEachItemsOrder() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_pattern.h | 569 void SetCachedItems(const std::set<int32_t>& cachedItems) in SetCachedItems()
|
H A D | swiper_pattern.cpp | 4482 auto cachedItems = pattern->GetCachedItems(); in PostIdleTask() local
|