Searched refs:another_host_name (Results 1 – 1 of 1) sorted by relevance
/system/netd/resolv/ |
D | resolver_test.cpp | 2045 constexpr char another_host_name[] = "howdy.example2.com."; in TEST_F() local 2049 {another_host_name, ns_type::ns_t_a, "1.2.3.5"}, in TEST_F() 2050 {another_host_name, ns_type::ns_t_aaaa, "::1.2.3.5"}, in TEST_F() 2147 EXPECT_EQ(1U, GetNumQueries(dns, another_host_name)); in TEST_F() 2155 EXPECT_EQ(2U, GetNumQueries(dns, another_host_name)); in TEST_F() 2162 EXPECT_EQ(3U, GetNumQueries(dns, another_host_name)); in TEST_F() 2169 EXPECT_EQ(4U, GetNumQueries(dns, another_host_name)); in TEST_F()
|