Searched refs:alertThreshold (Results 1 – 2 of 2) sorted by relevance
389 for (const auto& alertThreshold : thresholds) { in updateAlertThresholds() local390 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()
347 IoOveruseAlertThreshold alertThreshold; in readIoOveruseAlertThreshold() local368 alertThreshold.durationInSeconds = value; in readIoOveruseAlertThreshold()371 alertThreshold.writtenBytesPerSecond = value; in readIoOveruseAlertThreshold()380 return alertThreshold; in readIoOveruseAlertThreshold()