Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_mdns.cpp73 static constexpr bool kCacheFlush = true; variable
741 …erifyOrQuit(mAuthRecords.ContainsAaaa(fullName, AsCoreType(&aHost.mAddresses[index]), !kCacheFlush, in ValidateAsProbeFor()
757 …VerifyOrQuit(mAuthRecords.ContainsSrv(serviceName, aService, !kCacheFlush, kNonZeroTtl, aService.m… in ValidateAsProbeFor()
758 …VerifyOrQuit(mAuthRecords.ContainsTxt(serviceName, aService, !kCacheFlush, kNonZeroTtl, aService.m… in ValidateAsProbeFor()
771 …fyOrQuit(mAuthRecords.ContainsKey(fullName, Data(aKey.mKeyData, aKey.mKeyDataLength), !kCacheFlush, in ValidateAsProbeFor()
780 bool cacheFlushSet = (mType == kLegacyUnicastResponse) ? !kCacheFlush : kCacheFlush; in Validate()
809 … bool cacheFlushSet = (mType == kLegacyUnicastResponse) ? !kCacheFlush : kCacheFlush; in Validate()
855 … bool cacheFlushSet = (mType == kLegacyUnicastResponse) ? !kCacheFlush : kCacheFlush; in Validate()