Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DIoOveruseConfigs.cpp363 for (const auto& categoryThreshold : thresholds) { in updatePerCategoryThresholds() local
364 if (auto result = containsValidThresholds(categoryThreshold); !result.ok()) { in updatePerCategoryThresholds()
369 if (auto category = toApplicationCategoryType(categoryThreshold.name); in updatePerCategoryThresholds()
372 categoryThreshold.name.c_str()); in updatePerCategoryThresholds()
377 categoryThreshold.name.c_str()); in updatePerCategoryThresholds()
379 mPerCategoryThresholds[category] = categoryThreshold; in updatePerCategoryThresholds()