Searched refs:alertThreshold (Results 1 – 2 of 2) sorted by relevance
388 for (const auto& alertThreshold : thresholds) { in updateAlertThresholds() local389 if (auto result = containsValidThreshold(alertThreshold); !result.ok()) { in updateAlertThresholds()394 if (const auto& it = mAlertThresholds.find(alertThreshold); it != mAlertThresholds.end()) { in updateAlertThresholds()399 alertThreshold.durationInSeconds, it->writtenBytesPerSecond); in updateAlertThresholds()401 mAlertThresholds.emplace(alertThreshold); in updateAlertThresholds()
346 IoOveruseAlertThreshold alertThreshold; in readIoOveruseAlertThreshold() local367 alertThreshold.durationInSeconds = value; in readIoOveruseAlertThreshold()370 alertThreshold.writtenBytesPerSecond = value; in readIoOveruseAlertThreshold()379 return alertThreshold; in readIoOveruseAlertThreshold()