Lines Matching refs:kSRV
150 return MdnsRecord(name, DnsType::kSRV, DnsClass::kIN, RecordType::kUnique, in GetFakeSrvRecord()
330 EXPECT_TRUE(ContainsRecordType(message.answers(), DnsType::kSRV)); in TEST_F()
367 EXPECT_TRUE(ContainsRecordType(records, DnsType::kSRV)); in TEST_F()
380 MdnsMessage message = CreateMulticastMdnsQuery(DnsType::kSRV); in TEST_F()
397 EXPECT_TRUE(ContainsRecordType(message.answers(), DnsType::kSRV)); in TEST_F()
403 EXPECT_FALSE(ContainsRecordType(records, DnsType::kSRV)); in TEST_F()
437 EXPECT_FALSE(ContainsRecordType(records, DnsType::kSRV)); in TEST_F()
471 EXPECT_FALSE(ContainsRecordType(records, DnsType::kSRV)); in TEST_F()
582 EXPECT_TRUE(ContainsRecordType(message.answers(), DnsType::kSRV)); in TEST_F()
626 QueryForRecordTypeWhenNonePresent(DnsType::kSRV); in TEST_F()
688 MdnsMessage message = CreateMulticastMdnsQuery(DnsType::kSRV); in TEST_F()
702 EXPECT_TRUE(ContainsRecordType(message.answers(), DnsType::kSRV)); in TEST_F()
715 MdnsMessage message = CreateMulticastMdnsQuery(DnsType::kSRV); in TEST_F()
730 EXPECT_TRUE(ContainsRecordType(message.answers(), DnsType::kSRV)); in TEST_F()
762 DnsType::kSRV); in TEST_F()
789 DnsType::kSRV); in TEST_F()
814 ContainsRecordType(message.additional_records(), DnsType::kSRV)); in TEST_F()