Searched refs:RecordsFor (Results 1 – 1 of 1) sorted by relevance
| /openthread-latest/tests/unit/ |
| D | test_mdns.cpp | 602 const DnsRecords &RecordsFor(Section aSection) const in RecordsFor() function 790 … VerifyOrQuit(RecordsFor(aSection).ContainsAaaa(fullName, AsCoreType(&aHost.mAddresses[index]), in Validate() 821 … RecordsFor(aSection).ContainsSrv(serviceName, aService, cacheFlushSet, ttlCheck, aService.mTtl)); in Validate() 829 … RecordsFor(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()
|