Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/client_channel/resolvers/
Ddns_resolver_cooldown_test.cc68 static grpc_millis last_resolution_time = 0; in test_resolve_address_impl() local
69 if (last_resolution_time == 0) { in test_resolve_address_impl()
70 last_resolution_time = in test_resolve_address_impl()
75 GPR_ASSERT(now - last_resolution_time >= kMinResolutionPeriodForCheckMs); in test_resolve_address_impl()
76 last_resolution_time = now; in test_resolve_address_impl()
99 static grpc_millis last_resolution_time = 0; in test_dns_lookup_ares_locked() local
100 if (last_resolution_time == 0) { in test_dns_lookup_ares_locked()
101 last_resolution_time = in test_dns_lookup_ares_locked()
106 GPR_ASSERT(now - last_resolution_time >= kMinResolutionPeriodForCheckMs); in test_dns_lookup_ares_locked()
107 last_resolution_time = now; in test_dns_lookup_ares_locked()