Home
last modified time | relevance | path

Searched refs:DumpUINodeWithKey (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.cpp730 itL2Key->c_str(), DumpUINodeWithKey(*itL2Key).c_str(), ttype.c_str(), in Purge()
898 "', node: " + DumpUINodeWithKey(key) + "\n"; in DumpL1()
914 result += " old key '" + it + "', node: " + DumpUINodeWithKey(it) + "\n"; in DumpL2()
924 "\", node: " + DumpUINodeWithKey(it.second) + "\n"; in DumpKey4Index()
971 std::string RepeatVirtualScrollCaches::DumpUINodeWithKey(const std::string& key) const in DumpUINodeWithKey() function in OHOS::Ace::NG::RepeatVirtualScrollCaches
H A Drepeat_virtual_scroll_caches.h173 std::string DumpUINodeWithKey(const std::string& key) const;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/syntax/
H A Drepeat_node_cache_syntax_test.cpp675 std::string uiNodeWithKey = caches.DumpUINodeWithKey("Key1");