Searched refs:GetCacheList (Results 1 – 2 of 2) sorted by relevance
1945 template <typename CacheType> OwningList<CacheType> &GetCacheList(void);2021 template <> inline OwningList<Core::BrowseCache> &Core::GetCacheList<Core::BrowseCache>(void) in GetCacheList() function in ot::Dns::Multicast::Core2026 template <> inline OwningList<Core::SrvCache> &Core::GetCacheList<Core::SrvCache>(void) { return mS… in GetCacheList() function in ot::Dns::Multicast::Core2028 template <> inline OwningList<Core::TxtCache> &Core::GetCacheList<Core::TxtCache>(void) { return mT… in GetCacheList() function in ot::Dns::Multicast::Core2030 template <> inline OwningList<Core::Ip6AddrCache> &Core::GetCacheList<Core::Ip6AddrCache>(void) in GetCacheList() function in ot::Dns::Multicast::Core2035 template <> inline OwningList<Core::Ip4AddrCache> &Core::GetCacheList<Core::Ip4AddrCache>(void) in GetCacheList() function in ot::Dns::Multicast::Core
4436 cacheEntry = GetCacheList<CacheType>().FindMatching(aBrowserOrResolver); in Start()4443 GetCacheList<CacheType>().Push(*cacheEntry); in Start()4461 cacheEntry = GetCacheList<CacheType>().FindMatching(aBrowserOrResolver); in Stop()