Searched refs:packageThreshold (Results 1 – 1 of 1) sorted by relevance
257 for (const auto& packageThreshold : thresholds) { in updatePerPackageThresholds() local258 if (packageThreshold.name.empty()) { in updatePerPackageThresholds()262 maybeAppendVendorPackagePrefixes(packageThreshold.name); in updatePerPackageThresholds()263 if (auto result = containsValidThresholds(packageThreshold); !result.ok()) { in updatePerPackageThresholds()266 packageThreshold.name.c_str(), result.error().message().c_str()); in updatePerPackageThresholds()269 if (const auto& it = mPerPackageThresholds.find(packageThreshold.name); in updatePerPackageThresholds()272 packageThreshold.name.c_str()); in updatePerPackageThresholds()274 mPerPackageThresholds[packageThreshold.name] = packageThreshold; in updatePerPackageThresholds()