Home
last modified time | relevance | path

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

/external/openscreen/discovery/mdns/
Dmdns_responder_unittest.cc326 EXPECT_EQ(message.authority_records().size(), size_t{0}); in TEST_F()
359 EXPECT_EQ(message.authority_records().size(), size_t{0}); in TEST_F()
393 EXPECT_EQ(message.authority_records().size(), size_t{0}); in TEST_F()
427 EXPECT_EQ(message.authority_records().size(), size_t{0}); in TEST_F()
461 EXPECT_EQ(message.authority_records().size(), size_t{0}); in TEST_F()
511 EXPECT_EQ(message.authority_records().size(), size_t{0}); in TEST_F()
541 EXPECT_EQ(message.authority_records().size(), size_t{0}); in TEST_F()
578 EXPECT_EQ(message.authority_records().size(), size_t{0}); in TEST_F()
604 EXPECT_EQ(message.authority_records().size(), size_t{0}); in TEST_F()
645 EXPECT_EQ(message.authority_records().size(), size_t{0}); in TEST_F()
[all …]
Dmdns_probe_manager.cc129 OSP_DCHECK(!message.authority_records().empty()); in TiebreakSimultaneousProbes()
143 std::min_element(message.authority_records().begin(), in TiebreakSimultaneousProbes()
144 message.authority_records().end()); in TiebreakSimultaneousProbes()
158 if (message.authority_records().size() == 1 && in TiebreakSimultaneousProbes()
Dmdns_records.cc756 std::vector<MdnsRecord> authority_records, in TryCreate() argument
760 authority_records.size() >= kMaxMessageFieldEntryCount || in TryCreate()
766 std::move(authority_records), in TryCreate()
777 std::vector<MdnsRecord> authority_records, in MdnsMessage() argument
783 authority_records_(std::move(authority_records)), in MdnsMessage()
818 if (questions().empty() || authority_records().empty()) { in IsProbeQuery()
Dmdns_reader.cc331 std::vector<MdnsRecord> authority_records; in Read() local
335 Read(header.authority_record_count, &authority_records) && in Read()
343 authority_records, additional_records); in Read()
Dmdns_writer.cc247 header.authority_record_count = message.authority_records().size(); in Write()
250 Write(message.authority_records()) && in Write()
Dmdns_records_unittest.cc655 EXPECT_EQ(message1.authority_records().size(), UINT64_C(0)); in TEST()
676 EXPECT_EQ(message2.authority_records().size(), UINT64_C(0)); in TEST()
687 ASSERT_EQ(message2.authority_records().size(), UINT64_C(1)); in TEST()
692 EXPECT_EQ(message2.authority_records()[0], record2); in TEST()
703 ASSERT_EQ(message3.authority_records().size(), UINT64_C(1)); in TEST()
708 EXPECT_EQ(message3.authority_records()[0], record2); in TEST()
Dmdns_records.h575 std::vector<MdnsRecord> authority_records,
586 std::vector<MdnsRecord> authority_records,
616 const std::vector<MdnsRecord>& authority_records() const { in authority_records() function
Dmdns_publisher_unittest.cc96 EXPECT_EQ(message.authority_records().size(), size_t{0}); in IsAnnounced()
114 EXPECT_EQ(message.authority_records().size(), size_t{0}); in IsGoodbyeRecord()