Home
last modified time | relevance | path

Searched refs:GetL1KeyToUpdate (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.cpp405 repeatNode->caches_.GetL1KeyToUpdate("Key1");
477 std::optional<std::string> key = caches.GetL1KeyToUpdate("Type1");
1007 std::optional<std::string> ret = caches.GetL1KeyToUpdate(key1);
1011 ret = caches.GetL1KeyToUpdate(key1);
1016 ret = caches.GetL1KeyToUpdate(key1);
1021 ret = caches.GetL1KeyToUpdate(key1);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_virtual_scroll_caches.h198 std::optional<std::string> GetL1KeyToUpdate(const std::string& ttype) const;
H A Drepeat_virtual_scroll_caches.cpp612 std::optional<std::string> RepeatVirtualScrollCaches::GetL1KeyToUpdate(const std::string& ttype) co… in GetL1KeyToUpdate() function in OHOS::Ace::NG::RepeatVirtualScrollCaches