Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/syntax/
H A Drepeat_node_cache_syntax_test.cpp401 caches.UINodeHasBeenUpdated("Type1", "Key1", "Key2");
498 RefPtr<UINode> node = caches.UINodeHasBeenUpdated("Type1", "Key0", "Key1");
984 auto ret = caches.UINodeHasBeenUpdated(key, std::string("a"), std::string("a"));
986 ret = caches.UINodeHasBeenUpdated(key, key2, std::string("a"));
990 ret = caches.UINodeHasBeenUpdated(key, key2, std::string("a"));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_virtual_scroll_caches.h205 RefPtr<UINode> UINodeHasBeenUpdated(
H A Drepeat_virtual_scroll_caches.cpp358 return UINodeHasBeenUpdated(ttype, oldKey.value(), forKey); in UpdateFromL2()
639 RefPtr<UINode> RepeatVirtualScrollCaches::UINodeHasBeenUpdated( in UINodeHasBeenUpdated() function in OHOS::Ace::NG::RepeatVirtualScrollCaches