Home
last modified time | relevance | path

Searched refs:GetCacheList (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Dmdns.hpp1945 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::Core
2026 template <> inline OwningList<Core::SrvCache> &Core::GetCacheList<Core::SrvCache>(void) { return mS… in GetCacheList() function in ot::Dns::Multicast::Core
2028 template <> inline OwningList<Core::TxtCache> &Core::GetCacheList<Core::TxtCache>(void) { return mT… in GetCacheList() function in ot::Dns::Multicast::Core
2030 template <> inline OwningList<Core::Ip6AddrCache> &Core::GetCacheList<Core::Ip6AddrCache>(void) in GetCacheList() function in ot::Dns::Multicast::Core
2035 template <> inline OwningList<Core::Ip4AddrCache> &Core::GetCacheList<Core::Ip4AddrCache>(void) in GetCacheList() function in ot::Dns::Multicast::Core
Dmdns.cpp4436 cacheEntry = GetCacheList<CacheType>().FindMatching(aBrowserOrResolver); in Start()
4443 GetCacheList<CacheType>().Push(*cacheEntry); in Start()
4461 cacheEntry = GetCacheList<CacheType>().FindMatching(aBrowserOrResolver); in Stop()