Home
last modified time | relevance | path

Searched defs:writtenBytes (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/car-lib/src/android/car/storagemonitoring/
DLifetimeWriteInfo.java59 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/
DSysfsLifetimeWriteInfoProvider.java81 long writtenBytes = 1024L * Long.parseLong(data); in tryParse() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DCarWatchdogServiceUnitTest.java4498 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 …]
DWatchdogStorageUnitTest.java885 PerStateBytes remainingWriteBytes, PerStateBytes writtenBytes, in constructIoUsageStatsEntry()
897 PerStateBytes writtenBytes, int totalOveruses) { in constructInternalIoOveruseStats()
/packages/services/Car/cpp/watchdog/server/src/
DIoOveruseMonitor.h212 PerStateBytes writtenBytes = {}; member
DIoOveruseMonitor.cpp126 std::tuple<int32_t, PerStateBytes> calculateOveruseAndForgivenBytes(PerStateBytes writtenBytes, in calculateOveruseAndForgivenBytes()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/watchdog/
DCarWatchdogTestFragment.java361 long writtenBytes = 0; in writeToFile() local
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogStorage.java333 AtomsProto.CarWatchdogPerStateBytes writtenBytes = in getDailySystemIoUsageSummaries() local
644 AtomsProto.CarWatchdogPerStateBytes writtenBytes = in computeTotalWrittenBytes() local
DWatchdogPerfHandler.java1968 android.automotive.watchdog.PerStateBytes writtenBytes = in constructCarWatchdogIoOveruseStatsLocked() local
2603 AtomsProto.CarWatchdogPerStateBytes writtenBytes) { in constructCarWatchdogIoOveruseStats()
/packages/services/Car/cpp/watchdog/server/tests/
DIoOveruseMonitorTest.cpp128 const PerStateBytes& writtenBytes, in constructUserPackageIoUsageStats()