Searched refs:writtenBytesPerSecond (Results 1 – 16 of 16) sorted by relevance
67 long writtenBytesPerSecond) { argument69 this.mWrittenBytesPerSecond = writtenBytesPerSecond;112 long writtenBytesPerSecond = in.readLong(); in IoOveruseAlertThreshold() local115 this.mWrittenBytesPerSecond = writtenBytesPerSecond; in IoOveruseAlertThreshold()
151 const int64_t writtenBytesPerSecond) { in toIoOveruseAlertThreshold() argument154 threshold.writtenBytesPerSecond = writtenBytesPerSecond; in toIoOveruseAlertThreshold()
86 const int64_t durationInSeconds, const int64_t writtenBytesPerSecond);
76 const int64_t writtenBytesPerSecond) { in toIoOveruseAlertThreshold() argument79 threshold.writtenBytesPerSecond = writtenBytesPerSecond; in toIoOveruseAlertThreshold()
37 long writtenBytesPerSecond;
33 long writtenBytesPerSecond;
116 .append(", writtenBytesPerSecond: ").append(threshold.writtenBytesPerSecond) in toString()152 x.writtenBytesPerSecond)).collect(Collectors.toSet()); in toAlertThresholdStrings()
4831 threshold.writtenBytesPerSecond = writeBPS; in constructInternalIoOveruseAlertThreshold()
111 if (threshold.writtenBytesPerSecond <= 0) { in containsValidThreshold()399 alertThreshold.durationInSeconds, it->writtenBytesPerSecond); in updateAlertThresholds()
370 alertThreshold.writtenBytesPerSecond = value; in readIoOveruseAlertThreshold()626 alertThresholds.writtenBytesPerSecond); in writeAlertThresholds()
451 const double thresholdKbps = threshold.writtenBytesPerSecond / 1024.0; in onPeriodicMonitor()
2702 internalThreshold.writtenBytesPerSecond = thresholds.get(i).getWrittenBytesPerSecond(); in toInternalIoOveruseAlertThresholds()2781 internalThresholds.get(i).writtenBytesPerSecond)); in toIoOveruseAlertThresholds()
850 …IoOveruseAlertThreshold IoOveruseAlertThreshold(long durationInSeconds, long writtenBytesPerSecond)