Lines Matching refs:kErrorNotFound

388         VerifyOrQuit(Dns::Name::ReadLabel(*message, offset, label, labelLength) == kErrorNotFound,  in TestDnsName()
423 VerifyOrQuit(Dns::Name::CompareLabel(*message, offset, kBadLabel) == kErrorNotFound, in TestDnsName()
445 VerifyOrQuit(Dns::Name::CompareName(*message, offset, kBadName) == kErrorNotFound, in TestDnsName()
461 VerifyOrQuit(Dns::Name::CompareName(*message, offset, name) == kErrorNotFound, in TestDnsName()
734 VerifyOrQuit(Dns::Name::ReadLabel(*message, offset, label, labelLength) == kErrorNotFound, in TestDnsCompressedName()
762 VerifyOrQuit(Dns::Name::CompareMultipleLabels(*message, offset, kBadName) == kErrorNotFound); in TestDnsCompressedName()
765 …OrQuit(Dns::Name::CompareMultipleLabels(*message, offset, kName1BadMultiLabels) == kErrorNotFound); in TestDnsCompressedName()
779 VerifyOrQuit(Dns::Name::CompareName(*message, offset, kBadName) == kErrorNotFound, in TestDnsCompressedName()
788 VerifyOrQuit(Dns::Name::CompareName(*message, offset, *message, name2Offset) == kErrorNotFound, in TestDnsCompressedName()
815 VerifyOrQuit(Dns::Name::ReadLabel(*message, offset, label, labelLength) == kErrorNotFound, in TestDnsCompressedName()
843 VerifyOrQuit(Dns::Name::CompareMultipleLabels(*message, offset, kBadName) == kErrorNotFound); in TestDnsCompressedName()
846 …OrQuit(Dns::Name::CompareMultipleLabels(*message, offset, kName2BadMultiLabels) == kErrorNotFound); in TestDnsCompressedName()
867 VerifyOrQuit(Dns::Name::CompareName(*message, offset, kBadName) == kErrorNotFound, in TestDnsCompressedName()
876 VerifyOrQuit(Dns::Name::CompareName(*message, offset, *message, name3Offset) == kErrorNotFound, in TestDnsCompressedName()
903 VerifyOrQuit(Dns::Name::ReadLabel(*message, offset, label, labelLength) == kErrorNotFound, in TestDnsCompressedName()
935 VerifyOrQuit(Dns::Name::CompareName(*message, offset, kBadName) == kErrorNotFound, in TestDnsCompressedName()
944 VerifyOrQuit(Dns::Name::CompareName(*message, offset, *message, name4Offset) == kErrorNotFound, in TestDnsCompressedName()
995 VerifyOrQuit(Dns::Name::CompareName(*message, offset, *message, name1Offset) == kErrorNotFound, in TestDnsCompressedName()
1341 kErrorNotFound, in TestHeaderAndResourceRecords()
1352 VerifyOrQuit(Dns::ResourceRecord::ReadRecord(*message, offset, srvRecord) == kErrorNotFound, in TestHeaderAndResourceRecords()
1363 kErrorNotFound, in TestHeaderAndResourceRecords()
1441 kErrorNotFound, in TestHeaderAndResourceRecords()
1472 ptrRecord) == kErrorNotFound, in TestHeaderAndResourceRecords()
1478 ptrRecord) == kErrorNotFound, in TestHeaderAndResourceRecords()
1484 txtRecord) == kErrorNotFound, in TestHeaderAndResourceRecords()
1506 … Dns::Name(instanceName), srvRecord) == kErrorNotFound); in TestHeaderAndResourceRecords()
1510 … Dns::Name(instanceName), txtRecord) == kErrorNotFound); in TestHeaderAndResourceRecords()
1522 kErrorNotFound); in TestHeaderAndResourceRecords()
1685 …VerifyOrQuit(iterator.GetNextEntry(txtEntry) == kErrorNotFound, "GetNextEntry() returned unexpecte… in TestDnsTxtEntry()
1686 …VerifyOrQuit(iterator.GetNextEntry(txtEntry) == kErrorNotFound, "GetNextEntry() succeeded after do… in TestDnsTxtEntry()
1742 …VerifyOrQuit(iterator.GetNextEntry(txtEntry) == kErrorNotFound, "GetNextEntry() returned extra ent… in TestDnsTxtEntry()