Searched refs:GetCachedNode4Key4Ttype (Results 1 – 3 of 3) sorted by relevance
867 auto ret = caches.GetCachedNode4Key4Ttype(std::nullopt, std::nullopt);869 ret = caches.GetCachedNode4Key4Ttype(std::string("a"), std::nullopt);871 ret = caches.GetCachedNode4Key4Ttype(std::nullopt, std::string("a"));873 ret = caches.GetCachedNode4Key4Ttype(std::string("a"), std::string("a"));878 ret = caches.GetCachedNode4Key4Ttype(std::string("a"), std::string("a"));880 ret = caches.GetCachedNode4Key4Ttype(std::string("b"), std::string("a"));
240 RefPtr<UINode> GetCachedNode4Key4Ttype(
173 const auto& node4Ttype = GetCachedNode4Key4Ttype(key, ttype); in GetCachedNode4Index()786 RefPtr<UINode> RepeatVirtualScrollCaches::GetCachedNode4Key4Ttype( in GetCachedNode4Key4Ttype() function in OHOS::Ace::NG::RepeatVirtualScrollCaches