Searched refs:NextAttemptTime (Results 1 – 11 of 11) sorted by relevance
48 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 …]
38 grpc_millis NextAttemptTime();
55 grpc_millis BackOff::NextAttemptTime() { in NextAttemptTime() function in grpc_core::BackOff
206 grpc_millis next_try = backoff_.NextAttemptTime(); in OnResolvedLocked()
365 grpc_millis next_try = backoff_.NextAttemptTime(); in OnResolvedLocked()
141 grpc_millis next_try = retry_backoff_.NextAttemptTime(); in StartRetryTimerLocked()
1039 next_attempt_deadline_ = backoff_.NextAttemptTime(); in ContinueConnectingLocked()
3692 next_attempt_time = retry_backoff_.NextAttemptTime(); in DoRetry()
1518 grpc_millis next_try = lb_call_backoff_.NextAttemptTime(); in StartBalancerCallRetryTimerLocked()
626 const grpc_millis next_attempt_time = backoff_.NextAttemptTime(); in StartRetryTimerLocked()
633 const grpc_millis next_attempt_time = backoff_.NextAttemptTime(); in StartRetryTimerLocked()