Home
last modified time | relevance | path

Searched refs:uiNode4Key (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_virtual_scroll_caches.cpp707 auto& uiNode4Key = itTType.second; in Purge() local
716 std::set<std::string, KeySorterClass> l2Keys = GetSortedL2KeysForTType(uiNode4Key); in Purge()
732 uiNode4Key.erase(*itL2Key); in Purge()
871 const std::unordered_map<std::string, RefPtr<UINode>>& uiNode4Key) const in GetSortedL2KeysForTType()
875 for (const auto& itUINode : uiNode4Key) { in GetSortedL2KeysForTType()
H A Drepeat_virtual_scroll_caches.h257 const std::unordered_map<std::string, RefPtr<UINode>>& uiNode4Key) const;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/syntax/
H A Drepeat_node_cache_syntax_test.cpp630 std::string uiNode4Key = caches.DumpUINode4Key(); variable
632 EXPECT_NE(uiNode4Key.find(expectedSubString), std::string::npos);