Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DIoOveruseConfigs.cpp94 Result<void> containsValidThresholds(const PerStateIoOveruseThreshold& thresholds) { in containsValidThresholds() function
133 if (auto result = containsValidThresholds(ioOveruseConfig.componentLevelThresholds); in isValidIoOveruseConfiguration()
263 if (auto result = containsValidThresholds(packageThreshold); !result.ok()) { in updatePerPackageThresholds()
364 if (auto result = containsValidThresholds(categoryThreshold); !result.ok()) { in updatePerCategoryThresholds()