Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/net/
H A Dmdns.hpp2050 template <> inline OwningList<Core::BrowseCache> &Core::GetCacheList<Core::BrowseCache>(void) in GetCacheList() function in ot::Dns::Multicast::Core
2055 template <> inline OwningList<Core::SrvCache> &Core::GetCacheList<Core::SrvCache>(void) { return mS… in GetCacheList() function in ot::Dns::Multicast::Core
2057 template <> inline OwningList<Core::TxtCache> &Core::GetCacheList<Core::TxtCache>(void) { return mT… in GetCacheList() function in ot::Dns::Multicast::Core
2059 template <> inline OwningList<Core::Ip6AddrCache> &Core::GetCacheList<Core::Ip6AddrCache>(void) in GetCacheList() function in ot::Dns::Multicast::Core
2064 template <> inline OwningList<Core::Ip4AddrCache> &Core::GetCacheList<Core::Ip4AddrCache>(void) in GetCacheList() function in ot::Dns::Multicast::Core