Searched refs:OnRetryTimer (Results 1 – 3 of 3) sorted by relevance
147 static void OnRetryTimer(void* arg, grpc_error* error);
74 GRPC_CLOSURE_INIT(&retry_timer_callback_, OnRetryTimer, this, in HealthCheckClient()160 void HealthCheckClient::OnRetryTimer(void* arg, grpc_error* error) { in OnRetryTimer() function in grpc_core::HealthCheckClient
102 static void OnRetryTimer(void* arg, grpc_error* error);579 GRPC_CLOSURE_INIT(&on_retry_timer_, OnRetryTimer, this, in RetryableCall()639 void XdsClient::ChannelState::RetryableCall<T>::OnRetryTimer( in OnRetryTimer() function in grpc_core::XdsClient::ChannelState::RetryableCall