Searched refs:OnRetryTimer (Results 1 – 4 of 4) sorted by relevance
/third_party/grpc/src/core/ext/filters/client_channel/health/ |
D | health_check_client.h | 147 static void OnRetryTimer(void* arg, grpc_error* error);
|
D | health_check_client.cc | 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
|
/third_party/grpc/src/core/ext/xds/ |
D | xds_client.cc | 103 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/ |
D | xds_client.cc | 99 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
|