Home
last modified time | relevance | path

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

/third_party/grpc/test/core/backoff/
Dbackoff_test.cc48 grpc_millis next_attempt_start_time = backoff.NextAttemptTime(); in TEST()
52 next_attempt_start_time = backoff.NextAttemptTime(); in TEST()
70 grpc_millis next = backoff.NextAttemptTime(); in TEST()
89 grpc_millis next = backoff.NextAttemptTime(); in TEST()
92 next = backoff.NextAttemptTime(); in TEST()
95 next = backoff.NextAttemptTime(); in TEST()
98 next = backoff.NextAttemptTime(); in TEST()
101 next = backoff.NextAttemptTime(); in TEST()
104 next = backoff.NextAttemptTime(); in TEST()
107 next = backoff.NextAttemptTime(); in TEST()
[all …]
/third_party/grpc/src/core/lib/backoff/
Dbackoff.h38 grpc_millis NextAttemptTime();
Dbackoff.cc55 grpc_millis BackOff::NextAttemptTime() { in NextAttemptTime() function in grpc_core::BackOff
/third_party/grpc/src/core/ext/filters/client_channel/resolver/dns/native/
Ddns_resolver.cc206 grpc_millis next_try = backoff_.NextAttemptTime(); in OnResolvedLocked()
/third_party/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Ddns_resolver_ares.cc365 grpc_millis next_try = backoff_.NextAttemptTime(); in OnResolvedLocked()
/third_party/grpc/src/core/ext/filters/client_channel/health/
Dhealth_check_client.cc141 grpc_millis next_try = retry_backoff_.NextAttemptTime(); in StartRetryTimerLocked()
/third_party/grpc/src/core/ext/filters/client_channel/
Dsubchannel.cc1039 next_attempt_deadline_ = backoff_.NextAttemptTime(); in ContinueConnectingLocked()
Dclient_channel.cc3692 next_attempt_time = retry_backoff_.NextAttemptTime(); in DoRetry()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc1518 grpc_millis next_try = lb_call_backoff_.NextAttemptTime(); in StartBalancerCallRetryTimerLocked()
/third_party/grpc/src/core/ext/xds/
Dxds_client.cc626 const grpc_millis next_attempt_time = backoff_.NextAttemptTime(); in StartRetryTimerLocked()
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_client.cc633 const grpc_millis next_attempt_time = backoff_.NextAttemptTime(); in StartRetryTimerLocked()