Home
last modified time | relevance | path

Searched refs:AddCallDropped (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb_client_stats.h50 void AddCallDropped(const char* token);
Dgrpclb_client_stats.cc50 void GrpcLbClientStats::AddCallDropped(const char* token) { in AddCallDropped() function in grpc_core::GrpcLbClientStats
Dgrpclb.cc620 client_stats_->AddCallDropped(drop_token); in Pick()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client_stats.cc88 void XdsClusterDropStats::AddCallDropped(const std::string& category) { in AddCallDropped() function in grpc_core::XdsClusterDropStats
Dxds_client_stats.h140 void AddCallDropped(const std::string& category);
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_impl.cc299 if (drop_stats_ != nullptr) drop_stats_->AddCallDropped(*drop_category); in Pick()