Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/filters/client_channel/health/
Dhealth_check_client.h147 static void OnRetryTimer(void* arg, grpc_error* error);
Dhealth_check_client.cc74 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
/third_party/grpc/src/core/ext/xds/
Dxds_client.cc103 static void OnRetryTimer(void* arg, grpc_error* error);
580 GRPC_CLOSURE_INIT(&on_retry_timer_, OnRetryTimer, this, in RetryableCall()
640 void XdsClient::ChannelState::RetryableCall<T>::OnRetryTimer( in OnRetryTimer() function in grpc_core::XdsClient::ChannelState::RetryableCall
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_client.cc99 static void OnRetryTimer(void* arg, grpc_error* error);
587 GRPC_CLOSURE_INIT(&on_retry_timer_, OnRetryTimer, this, in RetryableCall()
647 void XdsClient::ChannelState::RetryableCall<T>::OnRetryTimer( in OnRetryTimer() function in grpc_core::XdsClient::ChannelState::RetryableCall