Searched refs:srvCache (Results 1 – 1 of 1) sorted by relevance
3407 for (SrvCache &srvCache : Get<Core>().mSrvCacheList) in Reinit()3409 srvCache.ClearCompressOffsets(); in Reinit()4169 SrvCache *srvCache; in ProcessSrvRecord() local4173 srvCache = Get<Core>().mSrvCacheList.FindMatching(aName); in ProcessSrvRecord()4174 VerifyOrExit(srvCache != nullptr); in ProcessSrvRecord()4176 srvCache->ProcessResponseRecord(*mMessagePtr, aRecordOffset); in ProcessSrvRecord()4508 SrvCache *srvCache = SrvCache::AllocateAndInit(GetInstance(), serviceName); in AddPassiveSrvTxtCache() local4510 OT_ASSERT(srvCache != nullptr); in AddPassiveSrvTxtCache()4511 mSrvCacheList.Push(*srvCache); in AddPassiveSrvTxtCache()4550 for (SrvCache &srvCache : mSrvCacheList) in HandleCacheTimer()[all …]