Searched refs:SrvCache (Results 1 – 2 of 2) sorted by relevance
1720 …class SrvCache : public ServiceCache, public LinkedListEntry<SrvCache>, public Heap::Allocatable<S… class in ot::Dns::Multicast::Core1722 friend class LinkedListEntry<SrvCache>;1723 friend class Heap::Allocatable<SrvCache>;1750 SrvCache *mNext;1927 const SrvCache *mSrvCache;2001 OwningList<SrvCache> mSrvCacheList;2026 template <> inline OwningList<Core::SrvCache> &Core::GetCacheList<Core::SrvCache>(void) { return mS… in GetCacheList()
3407 for (SrvCache &srvCache : Get<Core>().mSrvCacheList) in Reinit()4169 SrvCache *srvCache; in ProcessSrvRecord()4474 Error Core::StartSrvResolver(const SrvResolver &aResolver) { return Start<SrvCache, SrvResolver>(aR… in StartSrvResolver()4476 Error Core::StopSrvResolver(const SrvResolver &aResolver) { return Stop<SrvCache, SrvResolver>(aRes… in StopSrvResolver()4508 SrvCache *srvCache = SrvCache::AllocateAndInit(GetInstance(), serviceName); in AddPassiveSrvTxtCache()4550 for (SrvCache &srvCache : mSrvCacheList) in HandleCacheTimer()4591 for (SrvCache &srvCache : mSrvCacheList) in HandleCacheTask()4943 As<SrvCache>().ReportResultTo(*callback); in Add()5031 As<SrvCache>().ProcessExpiredRecords(aContext.GetNow()); in HandleTimer()5126 As<SrvCache>().PrepareSrvQuestion(query); in PrepareQuery()[all …]