Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DOveruseConfigurationXmlHelper.cpp384 std::vector<IoOveruseAlertThreshold> alertThresholds; in readSystemWideThresholds() local
396 alertThresholds.push_back(*result); in readSystemWideThresholds()
399 return alertThresholds; in readSystemWideThresholds()
603 Result<void> writeAlertThresholds(const IoOveruseAlertThreshold& alertThresholds, in writeAlertThresholds() argument
620 writeParamElement(kParamIdDurationSeconds, alertThresholds.durationInSeconds); in writeAlertThresholds()
626 alertThresholds.writtenBytesPerSecond); in writeAlertThresholds()
/packages/services/Car/cpp/watchdog/server/tests/
DIoOveruseMonitorTest.cpp934 IoOveruseConfigsInterface::IoOveruseAlertThresholdSet alertThresholds = in TEST_F() local
942 .WillByDefault(ReturnRef(alertThresholds)); in TEST_F()