Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DIoOveruseConfigs.cpp389 for (const auto& alertThreshold : thresholds) { in updateAlertThresholds() local
390 if (auto result = containsValidThreshold(alertThreshold); !result.ok()) { in updateAlertThresholds()
395 if (const auto& it = mAlertThresholds.find(alertThreshold); it != mAlertThresholds.end()) { in updateAlertThresholds()
400 alertThreshold.durationInSeconds, it->writtenBytesPerSecond); in updateAlertThresholds()
402 mAlertThresholds.emplace(alertThreshold); in updateAlertThresholds()
H A DOveruseConfigurationXmlHelper.cpp347 IoOveruseAlertThreshold alertThreshold; in readIoOveruseAlertThreshold() local
368 alertThreshold.durationInSeconds = value; in readIoOveruseAlertThreshold()
371 alertThreshold.writtenBytesPerSecond = value; in readIoOveruseAlertThreshold()
380 return alertThreshold; in readIoOveruseAlertThreshold()