Home
last modified time | relevance | path

Searched refs:retry_timer_callback_pending_ (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/health/
Dhealth_check_client.cc114 if (retry_timer_callback_pending_) { in Orphan()
156 retry_timer_callback_pending_ = true; in StartRetryTimerLocked()
164 self->retry_timer_callback_pending_ = false; in OnRetryTimer()
Dhealth_check_client.h170 bool retry_timer_callback_pending_ = false; variable
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc315 bool retry_timer_callback_pending_ = false; member in grpc_core::__anon9fb3300c0111::GrpcLb
1091 if (retry_timer_callback_pending_) { in ShutdownLocked()
1434 retry_timer_callback_pending_ = true; in StartBalancerCallRetryTimerLocked()
1440 grpclb_policy->retry_timer_callback_pending_ = false; in OnBalancerCallRetryTimerLocked()
1484 if (grpclb_policy->retry_timer_callback_pending_) { in OnBalancerChannelConnectivityChangedLocked()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc458 bool retry_timer_callback_pending_ = false; member in grpc_core::__anon524789e00111::GrpcLb
1365 if (retry_timer_callback_pending_) { in ShutdownLocked()
1537 retry_timer_callback_pending_ = true; in StartBalancerCallRetryTimerLocked()
1552 retry_timer_callback_pending_ = false; in OnBalancerCallRetryTimerLocked()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client.cc115 bool retry_timer_callback_pending_ = false; member in grpc_core::XdsClient::ChannelState::RetryableCall
588 if (retry_timer_callback_pending_) grpc_timer_cancel(&retry_timer_); in Orphan()
635 retry_timer_callback_pending_ = true; in StartRetryTimerLocked()
652 retry_timer_callback_pending_ = false; in OnRetryTimerLocked()