Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/client_channel/resolvers/
Ddns_resolver_cooldown_test.cc48 static int g_resolution_count; variable
67 ++g_resolution_count; in test_resolve_address_impl()
98 ++g_resolution_count; in test_dns_lookup_ares_locked()
182 gpr_log(GPR_INFO, "2nd: g_resolution_count: %d", g_resolution_count); in on_second_resolution()
185 GPR_ASSERT(g_resolution_count == 2); in on_second_resolution()
200 gpr_log(GPR_INFO, "1st: g_resolution_count: %d", g_resolution_count); in on_first_resolution()
203 GPR_ASSERT(g_resolution_count == 1); in on_first_resolution()
228 g_resolution_count = 0; in start_test_under_combiner()