Searched refs:GetL1KeyToUpdate (Results 1 – 3 of 3) sorted by relevance
405 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);
198 std::optional<std::string> GetL1KeyToUpdate(const std::string& ttype) const;
612 std::optional<std::string> RepeatVirtualScrollCaches::GetL1KeyToUpdate(const std::string& ttype) co… in GetL1KeyToUpdate() function in OHOS::Ace::NG::RepeatVirtualScrollCaches