Searched refs:categoryThreshold (Results 1 – 1 of 1) sorted by relevance
362 for (const auto& categoryThreshold : thresholds) { in updatePerCategoryThresholds() local363 if (auto result = containsValidThresholds(categoryThreshold); !result.ok()) { in updatePerCategoryThresholds()368 if (auto category = toApplicationCategoryType(categoryThreshold.name); in updatePerCategoryThresholds()371 categoryThreshold.name.c_str()); in updatePerCategoryThresholds()376 categoryThreshold.name.c_str()); in updatePerCategoryThresholds()378 mPerCategoryThresholds[category] = categoryThreshold; in updatePerCategoryThresholds()