Searched refs:alertThresholds (Results 1 – 2 of 2) sorted by relevance
384 std::vector<IoOveruseAlertThreshold> alertThresholds; in readSystemWideThresholds() local396 alertThresholds.push_back(*result); in readSystemWideThresholds()399 return alertThresholds; in readSystemWideThresholds()603 Result<void> writeAlertThresholds(const IoOveruseAlertThreshold& alertThresholds, in writeAlertThresholds() argument620 writeParamElement(kParamIdDurationSeconds, alertThresholds.durationInSeconds); in writeAlertThresholds()626 alertThresholds.writtenBytesPerSecond); in writeAlertThresholds()
934 IoOveruseConfigsInterface::IoOveruseAlertThresholdSet alertThresholds = in TEST_F() local942 .WillByDefault(ReturnRef(alertThresholds)); in TEST_F()