Searched refs:drop_category (Results 1 – 5 of 5) sorted by relevance
295 const std::string* drop_category; in Pick() local296 if (drop_config_->ShouldDrop(&drop_category)) { in Pick()297 if (drop_stats_ != nullptr) drop_stats_->AddCallDropped(*drop_category); in Pick()
236 const std::string* drop_category; in Pick() local237 if (drop_config_->ShouldDrop(&drop_category)) { in Pick()238 if (drop_stats_ != nullptr) drop_stats_->AddCallDropped(*drop_category); in Pick()
115 const auto& drop_category = drop_category_list_[i]; in ShouldDrop() local118 if (random < drop_category.parts_per_million) { in ShouldDrop()119 *category_name = &drop_category.name; in ShouldDrop()
1109 const XdsApi::DropConfig::DropCategory& drop_category = in AcceptEdsUpdate() local1113 xds_client(), drop_category.name.c_str(), in AcceptEdsUpdate()1114 drop_category.parts_per_million); in AcceptEdsUpdate()
487 const auto& drop_category = drop_category_list_[i]; in ShouldDrop() local490 if (random < drop_category.parts_per_million) { in ShouldDrop()491 *category_name = &drop_category.name; in ShouldDrop()