Searched refs:AddCallDropped (Results 1 – 6 of 6) sorted by relevance
50 void AddCallDropped(const char* token);
50 void GrpcLbClientStats::AddCallDropped(const char* token) { in AddCallDropped() function in grpc_core::GrpcLbClientStats
620 client_stats_->AddCallDropped(drop_token); in Pick()
88 void XdsClusterDropStats::AddCallDropped(const std::string& category) { in AddCallDropped() function in grpc_core::XdsClusterDropStats
140 void AddCallDropped(const std::string& category);
299 if (drop_stats_ != nullptr) drop_stats_->AddCallDropped(*drop_category); in Pick()