Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/watchdog/
DIoOveruseAlertThreshold.java67 long writtenBytesPerSecond) { argument
69 this.mWrittenBytesPerSecond = writtenBytesPerSecond;
112 long writtenBytesPerSecond = in.readLong(); in IoOveruseAlertThreshold() local
115 this.mWrittenBytesPerSecond = writtenBytesPerSecond; in IoOveruseAlertThreshold()
/packages/services/Car/cpp/watchdog/server/tests/
DOveruseConfigurationTestUtils.cpp151 const int64_t writtenBytesPerSecond) { in toIoOveruseAlertThreshold() argument
154 threshold.writtenBytesPerSecond = writtenBytesPerSecond; in toIoOveruseAlertThreshold()
DOveruseConfigurationTestUtils.h86 const int64_t durationInSeconds, const int64_t writtenBytesPerSecond);
DIoOveruseMonitorTest.cpp76 const int64_t writtenBytesPerSecond) { in toIoOveruseAlertThreshold() argument
79 threshold.writtenBytesPerSecond = writtenBytesPerSecond; in toIoOveruseAlertThreshold()
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog.internal/current/android/automotive/watchdog/internal/
DIoOveruseAlertThreshold.aidl37 long writtenBytesPerSecond;
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog.internal/1/android/automotive/watchdog/internal/
DIoOveruseAlertThreshold.aidl37 long writtenBytesPerSecond;
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog.internal/2/android/automotive/watchdog/internal/
DIoOveruseAlertThreshold.aidl37 long writtenBytesPerSecond;
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/internal/
DIoOveruseAlertThreshold.aidl33 long writtenBytesPerSecond;
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog.internal/3/android/automotive/watchdog/internal/
DIoOveruseAlertThreshold.aidl37 long writtenBytesPerSecond;
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DInternalIoOveruseConfigurationSubject.java116 .append(", writtenBytesPerSecond: ").append(threshold.writtenBytesPerSecond) in toString()
152 x.writtenBytesPerSecond)).collect(Collectors.toSet()); in toAlertThresholdStrings()
DWatchdogPerfHandlerUnitTest.java4831 threshold.writtenBytesPerSecond = writeBPS; in constructInternalIoOveruseAlertThreshold()
/packages/services/Car/cpp/watchdog/server/src/
DIoOveruseConfigs.cpp111 if (threshold.writtenBytesPerSecond <= 0) { in containsValidThreshold()
399 alertThreshold.durationInSeconds, it->writtenBytesPerSecond); in updateAlertThresholds()
DOveruseConfigurationXmlHelper.cpp370 alertThreshold.writtenBytesPerSecond = value; in readIoOveruseAlertThreshold()
626 alertThresholds.writtenBytesPerSecond); in writeAlertThresholds()
DIoOveruseMonitor.cpp451 const double thresholdKbps = threshold.writtenBytesPerSecond / 1024.0; in onPeriodicMonitor()
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogPerfHandler.java2702 internalThreshold.writtenBytesPerSecond = thresholds.get(i).getWrittenBytesPerSecond(); in toInternalIoOveruseAlertThresholds()
2781 internalThresholds.get(i).writtenBytesPerSecond)); in toIoOveruseAlertThresholds()
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis_release_33.3.txt850 …IoOveruseAlertThreshold IoOveruseAlertThreshold(long durationInSeconds, long writtenBytesPerSecond)