Home
last modified time | relevance | path

Searched refs:grpc_channel_reset_connect_backoff (Results 1 – 10 of 10) sorted by relevance

/third_party/grpc/
Dgrpc.def48 grpc_channel_reset_connect_backoff
Dlibgrpc.map5 "grpc_channel_reset_connect_backoff";
/third_party/grpc/src/cpp/client/
Dchannel_cc.cc99 grpc_channel_reset_connect_backoff(channel->c_channel_); in ChannelResetConnectionBackoff()
/third_party/grpc/include/grpc/
Dgrpc.h297 GRPCAPI void grpc_channel_reset_connect_backoff(grpc_channel* channel);
/third_party/grpc/test/core/surface/
Dpublic_headers_must_be_c89.c117 printf("%lx", (unsigned long) grpc_channel_reset_connect_backoff); in main()
/third_party/grpc/src/core/lib/surface/
Dchannel.cc333 void grpc_channel_reset_connect_backoff(grpc_channel* channel) { in grpc_channel_reset_connect_backoff() function
/third_party/grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h181 #define grpc_channel_reset_connect_backoff grpc_channel_reset_connect_backoff_import macro
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc1398 grpc_channel_reset_connect_backoff(lb_channel_); in ResetBackoffLocked()
/third_party/grpc/src/core/ext/xds/
Dxds_client.cc2082 grpc_channel_reset_connect_backoff(chand_->channel()); in ResetBackoff()
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_client.cc2002 grpc_channel_reset_connect_backoff(chand_->channel()); in ResetBackoff()