Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.hpp1940 template <typename EntryType> OwningList<EntryType> &GetEntryList(void);
2012 template <> inline OwningList<Core::HostEntry> &Core::GetEntryList<Core::HostEntry>(void) { return … in GetEntryList() function in ot::Dns::Multicast::Core
2014 template <> inline OwningList<Core::ServiceEntry> &Core::GetEntryList<Core::ServiceEntry>(void) in GetEntryList() function in ot::Dns::Multicast::Core
Dmdns.cpp141 entry = GetEntryList<EntryType>().FindMatching(aItemInfo); in Register()
147 GetEntryList<EntryType>().Push(*entry); in Register()
163 entry = GetEntryList<EntryType>().FindMatching(aItemInfo); in Unregister()