Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.hpp1458 class TxtCache;
1725 friend class TxtCache;
1759 …class TxtCache : public ServiceCache, public LinkedListEntry<TxtCache>, public Heap::Allocatable<T… class in ot::Dns::Multicast::Core
1761 friend class LinkedListEntry<TxtCache>;
1762 friend class Heap::Allocatable<TxtCache>;
1788 TxtCache *mNext;
1928 const TxtCache *mTxtCache;
2002 OwningList<TxtCache> mTxtCacheList;
2028 template <> inline OwningList<Core::TxtCache> &Core::GetCacheList<Core::TxtCache>(void) { return mT… in GetCacheList()
Dmdns.cpp3412 for (TxtCache &txtCache : Get<Core>().mTxtCacheList) in Reinit()
4184 TxtCache *txtCache; in ProcessTxtRecord()
4478 Error Core::StartTxtResolver(const TxtResolver &aResolver) { return Start<TxtCache, TxtResolver>(aR… in StartTxtResolver()
4480 Error Core::StopTxtResolver(const TxtResolver &aResolver) { return Stop<TxtCache, TxtResolver>(aRes… in StopTxtResolver()
4516 TxtCache *txtCache = TxtCache::AllocateAndInit(GetInstance(), serviceName); in AddPassiveSrvTxtCache()
4555 for (TxtCache &txtCache : mTxtCacheList) in HandleCacheTimer()
4596 for (TxtCache &txtCache : mTxtCacheList) in HandleCacheTask()
4946 As<TxtCache>().ReportResultTo(*callback); in Add()
5034 As<TxtCache>().ProcessExpiredRecords(aContext.GetNow()); in HandleTimer()
5129 As<TxtCache>().PrepareTxtQuestion(query); in PrepareQuery()
[all …]