Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.cpp114 mTxtCacheList.Clear(); in SetEnabled()
3412 for (TxtCache &txtCache : Get<Core>().mTxtCacheList) in Reinit()
4070 if (!Get<Core>().mTxtCacheList.IsEmpty()) in ProcessResponse()
4188 txtCache = Get<Core>().mTxtCacheList.FindMatching(aName); in ProcessTxtRecord()
4514 if (!mTxtCacheList.ContainsMatching(serviceName)) in AddPassiveSrvTxtCache()
4519 mTxtCacheList.Push(*txtCache); in AddPassiveSrvTxtCache()
4543 mTxtCacheList.RemoveAndFreeAllMatching(expireChecker); in HandleCacheTimer()
4555 for (TxtCache &txtCache : mTxtCacheList) in HandleCacheTimer()
4596 for (TxtCache &txtCache : mTxtCacheList) in HandleCacheTask()
5374 for (const TxtCache &txtCache : Get<Core>().mTxtCacheList) in DiscoverCompressOffsets()
[all …]
Dmdns.hpp2002 OwningList<TxtCache> mTxtCacheList; member in ot::Dns::Multicast::Core
2028 …line OwningList<Core::TxtCache> &Core::GetCacheList<Core::TxtCache>(void) { return mTxtCacheList; } in GetCacheList()