Searched refs:UINodeHasBeenUpdated (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/syntax/ |
H A D | repeat_node_cache_syntax_test.cpp | 401 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 D | repeat_virtual_scroll_caches.h | 205 RefPtr<UINode> UINodeHasBeenUpdated(
|
H A D | repeat_virtual_scroll_caches.cpp | 358 return UINodeHasBeenUpdated(ttype, oldKey.value(), forKey); in UpdateFromL2() 639 RefPtr<UINode> RepeatVirtualScrollCaches::UINodeHasBeenUpdated( in UINodeHasBeenUpdated() function in OHOS::Ace::NG::RepeatVirtualScrollCaches
|