Searched refs:toPerStateBytes (Results 1 – 4 of 4) sorted by relevance
/packages/services/Car/cpp/watchdog/server/tests/ |
D | IoOveruseConfigsTest.cpp | 58 const PerStateBytes SYSTEM_COMPONENT_LEVEL_THRESHOLDS = toPerStateBytes(200, 100, 500); 59 const PerStateBytes SYSTEM_PACKAGE_A_THRESHOLDS = toPerStateBytes(600, 400, 1000); 60 const PerStateBytes SYSTEM_PACKAGE_B_THRESHOLDS = toPerStateBytes(1200, 800, 1500); 61 const PerStateBytes VENDOR_COMPONENT_LEVEL_THRESHOLDS = toPerStateBytes(100, 50, 900); 62 const PerStateBytes VENDOR_PACKAGE_A_THRESHOLDS = toPerStateBytes(800, 300, 500); 63 const PerStateBytes VENDOR_PKG_B_THRESHOLDS = toPerStateBytes(1600, 600, 1000); 64 const PerStateBytes MAPS_THRESHOLDS = toPerStateBytes(700, 900, 1300); 65 const PerStateBytes MEDIA_THRESHOLDS = toPerStateBytes(1800, 1900, 2100); 66 const PerStateBytes THIRD_PARTY_COMPONENT_LEVEL_THRESHOLDS = toPerStateBytes(300, 150, 1900); 128 toPerStateBytes(1200, 1100, 1500)), in sampleBuildSystemConfig() [all …]
|
D | OveruseConfigurationTestUtils.cpp | 107 PerStateBytes toPerStateBytes(const int64_t fgBytes, const int64_t bgBytes, in toPerStateBytes() function 128 return toPerStateIoOveruseThreshold(name, toPerStateBytes(fgBytes, bgBytes, garageModeBytes)); in toPerStateIoOveruseThreshold() 140 return toPerStateIoOveruseThreshold(type, toPerStateBytes(fgBytes, bgBytes, garageModeBytes)); in toPerStateIoOveruseThreshold()
|
D | OveruseConfigurationTestUtils.h | 58 aidl::android::automotive::watchdog::PerStateBytes toPerStateBytes(const int64_t fgBytes,
|
/packages/services/Car/service/src/com/android/car/watchdog/ |
D | WatchdogPerfHandler.java | 2548 .setRemainingWriteBytes(toPerStateBytes(internalStats.remainingWriteBytes)); in toIoOveruseStatsBuilder() 2551 private static PerStateBytes toPerStateBytes( in toPerStateBytes() method in WatchdogPerfHandler 2748 toPerStateBytes(internalConfig.componentLevelThresholds.perStateWriteBytes); in toIoOveruseConfiguration() 2771 thresholds.get(i).name, toPerStateBytes(thresholds.get(i).perStateWriteBytes)); in toPerStateBytesMap()
|