Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_mdns.cpp602 const DnsRecords &RecordsFor(Section aSection) const in RecordsFor() function
790 … VerifyOrQuit(RecordsFor(aSection).ContainsAaaa(fullName, AsCoreType(&aHost.mAddresses[index]), in Validate()
821RecordsFor(aSection).ContainsSrv(serviceName, aService, cacheFlushSet, ttlCheck, aService.mTtl)); in Validate()
829RecordsFor(aSection).ContainsTxt(serviceName, aService, cacheFlushSet, ttlCheck, aService.mTtl)); in Validate()
836 … VerifyOrQuit(RecordsFor(aSection).ContainsPtr(serviceType, serviceName, ttlCheck, aService.mTtl)); in Validate()
841 VerifyOrQuit(RecordsFor(aSection).ContainsServicesPtr(serviceType)); in Validate()
863 …VerifyOrQuit(RecordsFor(aSection).ContainsKey(fullName, Data(aKey.mKeyData, aKey.mKeyDataLength), … in Validate()