Home
last modified time | relevance | path

Searched refs:writtenBytesPerSecond (Results 1 – 11 of 11) sorted by relevance

/packages/services/Car/car-lib/src/android/car/watchdog/
DIoOveruseAlertThreshold.java83 long writtenBytesPerSecond) { argument
85 this.mWrittenBytesPerSecond = writtenBytesPerSecond;
144 long writtenBytesPerSecond = in.readLong(); in IoOveruseAlertThreshold() local
147 this.mWrittenBytesPerSecond = writtenBytesPerSecond; in IoOveruseAlertThreshold()
/packages/services/Car/cpp/watchdog/server/tests/
DOveruseConfigurationTestUtils.cpp150 const int64_t writtenBytesPerSecond) { in toIoOveruseAlertThreshold() argument
153 threshold.writtenBytesPerSecond = writtenBytesPerSecond; in toIoOveruseAlertThreshold()
DIoOveruseMonitorTest.cpp64 const int64_t writtenBytesPerSecond) { in toIoOveruseAlertThreshold() argument
67 threshold.writtenBytesPerSecond = writtenBytesPerSecond; in toIoOveruseAlertThreshold()
DOveruseConfigurationTestUtils.h78 const int64_t durationInSeconds, const int64_t writtenBytesPerSecond);
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DInternalIoOveruseConfigurationSubject.java117 .append(", writtenBytesPerSecond: ").append(threshold.writtenBytesPerSecond) in toString()
159 x.writtenBytesPerSecond)).collect(Collectors.toSet()); in toAlertThresholdStrings()
DCarWatchdogServiceUnitTest.java1568 threshold.writtenBytesPerSecond = writeBPS; in constructInternalIoOveruseAlertThreshold()
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/internal/
DIoOveruseAlertThreshold.aidl33 long writtenBytesPerSecond;
/packages/services/Car/cpp/watchdog/server/src/
DIoOveruseConfigs.cpp121 if (threshold.writtenBytesPerSecond == 0) { in containsValidThreshold()
399 alertThreshold.durationInSeconds, it->writtenBytesPerSecond); in updateAlertThresholds()
DOveruseConfigurationXmlHelper.cpp371 alertThreshold.writtenBytesPerSecond = value; in readIoOveruseAlertThreshold()
627 alertThresholds.writtenBytesPerSecond); in writeAlertThresholds()
DIoOveruseMonitor.cpp369 const double thresholdKbps = threshold.writtenBytesPerSecond / 1024.0; in onPeriodicMonitor()
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogPerfHandler.java1054 internalThreshold.writtenBytesPerSecond = threshold.getWrittenBytesPerSecond(); in toInternalIoOveruseAlertThresholds()
1132 internalThreshold.writtenBytesPerSecond)); in toIoOveruseAlertThresholds()