Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/tests/
Dresolv_integration_test.cpp4204 constexpr char hostname1[] = "query1.example.com."; in TEST_F() local
4207 {hostname1, ns_type::ns_t_a, "1.2.3.4"}, in TEST_F()
4235 auto [result, timeTakenMs] = safe_getaddrinfo_time_taken(hostname1, nullptr, hints); in TEST_F()
4239 EXPECT_EQ(1U, GetNumQueries(dns, hostname1)); in TEST_F()