Searched refs:cacheFlushSet (Results 1 – 1 of 1) sorted by relevance
| /openthread-latest/tests/unit/ |
| D | test_mdns.cpp | 780 bool cacheFlushSet = (mType == kLegacyUnicastResponse) ? !kCacheFlush : kCacheFlush; in Validate() local 791 cacheFlushSet, ttlCheck, aHost.mTtl)); in Validate() 809 … bool cacheFlushSet = (mType == kLegacyUnicastResponse) ? !kCacheFlush : kCacheFlush; in Validate() local 821 … RecordsFor(aSection).ContainsSrv(serviceName, aService, cacheFlushSet, ttlCheck, aService.mTtl)); in Validate() 829 … RecordsFor(aSection).ContainsTxt(serviceName, aService, cacheFlushSet, ttlCheck, aService.mTtl)); in Validate() 855 … bool cacheFlushSet = (mType == kLegacyUnicastResponse) ? !kCacheFlush : kCacheFlush; in Validate() local 863 …RecordsFor(aSection).ContainsKey(fullName, Data(aKey.mKeyData, aKey.mKeyDataLength), cacheFlushSet, in Validate()
|