Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DIoOveruseConfigs.cpp362 for (const auto& categoryThreshold : thresholds) { in updatePerCategoryThresholds() local
363 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()