Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.cpp3412 for (TxtCache &txtCache : Get<Core>().mTxtCacheList) in Reinit()
3414 txtCache.ClearCompressOffsets(); in Reinit()
4184 TxtCache *txtCache; in ProcessTxtRecord() local
4188 txtCache = Get<Core>().mTxtCacheList.FindMatching(aName); in ProcessTxtRecord()
4189 VerifyOrExit(txtCache != nullptr); in ProcessTxtRecord()
4191 txtCache->ProcessResponseRecord(*mMessagePtr, aRecordOffset); in ProcessTxtRecord()
4516 TxtCache *txtCache = TxtCache::AllocateAndInit(GetInstance(), serviceName); in AddPassiveSrvTxtCache() local
4518 OT_ASSERT(txtCache != nullptr); in AddPassiveSrvTxtCache()
4519 mTxtCacheList.Push(*txtCache); in AddPassiveSrvTxtCache()
4555 for (TxtCache &txtCache : mTxtCacheList) in HandleCacheTimer()
[all …]