Searched defs:writtenBytes (Results 1 – 10 of 10) sorted by relevance
/packages/services/Car/car-lib/src/android/car/storagemonitoring/ |
D | LifetimeWriteInfo.java | 59 public final long writtenBytes; field in LifetimeWriteInfo 61 public LifetimeWriteInfo(String partition, String fstype, long writtenBytes) { in LifetimeWriteInfo()
|
/packages/services/Car/service/src/com/android/car/storagemonitoring/ |
D | SysfsLifetimeWriteInfoProvider.java | 81 long writtenBytes = 1024L * Long.parseLong(data); in tryParse() local
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/ |
D | CarWatchdogServiceUnitTest.java | 4498 android.automotive.watchdog.PerStateBytes writtenBytes = in sampleIoOveruseStats() local 4504 /* forgivenWriteBytes= */ writtenBytes, in sampleIoOveruseStats() local 4525 /* forgivenWriteBytes= */ writtenBytes, in sampleIoOveruseStats() local 4532 /* forgivenWriteBytes= */ writtenBytes, in sampleIoOveruseStats() local 4706 AtomsProto.CarWatchdogPerStateBytes writtenBytes = in sampleReportedOveruseStats() local 4732 AtomsProto.CarWatchdogPerStateBytes writtenBytes = in sampleReportedKillStats() local 4938 int userId, String packageName, android.automotive.watchdog.PerStateBytes writtenBytes, in constructUserPackageIoUsageStats() 4971 android.automotive.watchdog.PerStateBytes writtenBytes, int totalOveruses) { in constructInternalIoOveruseStats() 4979 android.automotive.watchdog.PerStateBytes writtenBytes, int totalOveruses) { in constructInternalIoOveruseStats() 4993 AtomsProto.CarWatchdogPerStateBytes writtenBytes) { in constructIoOveruseStatsReported() [all …]
|
D | WatchdogStorageUnitTest.java | 885 PerStateBytes remainingWriteBytes, PerStateBytes writtenBytes, in constructIoUsageStatsEntry() 897 PerStateBytes writtenBytes, int totalOveruses) { in constructInternalIoOveruseStats()
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | IoOveruseMonitor.h | 212 PerStateBytes writtenBytes = {}; member
|
D | IoOveruseMonitor.cpp | 126 std::tuple<int32_t, PerStateBytes> calculateOveruseAndForgivenBytes(PerStateBytes writtenBytes, in calculateOveruseAndForgivenBytes()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/watchdog/ |
D | CarWatchdogTestFragment.java | 361 long writtenBytes = 0; in writeToFile() local
|
/packages/services/Car/service/src/com/android/car/watchdog/ |
D | WatchdogStorage.java | 333 AtomsProto.CarWatchdogPerStateBytes writtenBytes = in getDailySystemIoUsageSummaries() local 644 AtomsProto.CarWatchdogPerStateBytes writtenBytes = in computeTotalWrittenBytes() local
|
D | WatchdogPerfHandler.java | 1968 android.automotive.watchdog.PerStateBytes writtenBytes = in constructCarWatchdogIoOveruseStatsLocked() local 2603 AtomsProto.CarWatchdogPerStateBytes writtenBytes) { in constructCarWatchdogIoOveruseStats()
|
/packages/services/Car/cpp/watchdog/server/tests/ |
D | IoOveruseMonitorTest.cpp | 128 const PerStateBytes& writtenBytes, in constructUserPackageIoUsageStats()
|