Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_virtual_scroll_caches.h96 std::optional<std::string> GetKey4Index(uint32_t index, bool allowFetch);
H A Drepeat_virtual_scroll_caches.cpp51 std::optional<std::string> RepeatVirtualScrollCaches::GetKey4Index(uint32_t index, bool allowFetch) in GetKey4Index() argument
57 if (!allowFetch) { in GetKey4Index()