Lines Matching refs:DnsQueryLog
35 std::string captureDumpOutput(const DnsQueryLog& queryLog) { in captureDumpOutput()
71 std::vector<DnsQueryLog::Record> records = { in TEST_F()
72 DnsQueryLog::Record(30, 1000, 1000, "example.com", serversV4, 10), in TEST_F()
73 DnsQueryLog::Record(31, 1000, 1000, "", serversV4, 10), // Empty hostname. in TEST_F()
74 DnsQueryLog::Record(32, 1000, 1000, "example.com", {}, 10), // No answer. in TEST_F()
75 DnsQueryLog::Record(33, 1000, 1000, "example.com", serversV4V6, 10), in TEST_F()
77 DnsQueryLog queryLog; in TEST_F()
90 DnsQueryLog queryLog(size); in TEST_F()
97 DnsQueryLog::Record record(30, 1000, 1000, "www.example.com", serversV4, 10); in TEST_F()
113 DnsQueryLog::Record r1(30, 1000, 1000, "www.example1.com", serversV4V6, 10); in TEST_F()
114 DnsQueryLog::Record r2(31, 1000, 1000, "www.example2.com", serversV4V6, 10); in TEST_F()
115 DnsQueryLog::Record r3(32, 1000, 1000, "www.example3.com", serversV4V6, 10); in TEST_F()
117 DnsQueryLog queryLog(size); in TEST_F()
128 DnsQueryLog::Record r1(30, 1000, 1000, "www.example1.com", serversV4V6, 10); in TEST_F()
129 DnsQueryLog::Record r2(31, 1000, 1000, "www.example2.com", serversV4V6, 10); in TEST_F()
130 DnsQueryLog::Record r3(32, 1000, 1000, "www.example3.com", serversV4V6, 10); in TEST_F()
131 DnsQueryLog::Record r4(33, 1000, 1000, "www.example4.com", serversV4V6, 10); in TEST_F()
134 DnsQueryLog queryLog(size); in TEST_F()
147 DnsQueryLog queryLog; in TEST_F()
150 DnsQueryLog::Record record(30, 1000, 1000, "www.example.com", serversV4, 10); in TEST_F()
163 DnsQueryLog queryLog; in TEST_F()
166 DnsQueryLog::Record record(30, 1000, 1000, "www.example.com", serversV4, 10); in TEST_F()