Home
last modified time | relevance | path

Searched refs:componentLevelThresholds (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/car-lib/src/android/car/watchdog/
DIoOveruseConfiguration.java93 @NonNull PerStateBytes componentLevelThresholds, in IoOveruseConfiguration()
97 this.mComponentLevelThresholds = componentLevelThresholds; in IoOveruseConfiguration()
199 …PerStateBytes componentLevelThresholds = (PerStateBytes) in.readTypedObject(PerStateBytes.CREATOR); in IoOveruseConfiguration() local
207 this.mComponentLevelThresholds = componentLevelThresholds; in IoOveruseConfiguration()
281 @NonNull PerStateBytes componentLevelThresholds, in Builder()
285 mComponentLevelThresholds = componentLevelThresholds; in Builder()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DInternalIoOveruseConfigurationSubject.java74 return actual.componentLevelThresholds.name == expected.componentLevelThresholds.name in isEquals()
75 && isPerStateBytesEquals(actual.componentLevelThresholds.perStateWriteBytes, in isEquals()
76 expected.componentLevelThresholds.perStateWriteBytes) in isEquals()
88 .append(toString(config.componentLevelThresholds)) in toStringBuilder()
DCarWatchdogServiceUnitTest.java1482 PerStateBytes componentLevelThresholds = new PerStateBytes( in sampleIoOveruseConfigurationBuilder() local
1504 return new IoOveruseConfiguration.Builder(componentLevelThresholds, in sampleIoOveruseConfigurationBuilder()
1535 config.componentLevelThresholds = constructPerStateIoOveruseThreshold(prefix, in sampleInternalIoOveruseConfiguration()
/packages/services/Car/cpp/watchdog/server/tests/
DOveruseConfigurationTestUtils.cpp40 return arg.componentLevelThresholds == config.componentLevelThresholds &&
99 config.componentLevelThresholds = componentLevel; in constructIoOveruseConfig()
DIoOveruseConfigsTest.cpp354 .componentLevelThresholds.perStateWriteBytes; in TEST_F()
558 randomIoConfig.componentLevelThresholds = in TEST_F()
585 ioConfig.componentLevelThresholds = in TEST_F()
610 ioConfig.componentLevelThresholds = in TEST_F()
628 ioConfig.componentLevelThresholds = in TEST_F()
674 ioConfig.componentLevelThresholds = in TEST_F()
/packages/services/Car/cpp/watchdog/server/src/
DIoOveruseConfigs.cpp142 if (auto result = containsValidThresholds(ioOveruseConfig.componentLevelThresholds); in isValidIoOveruseConfiguration()
147 if (ioOveruseConfig.componentLevelThresholds.name != componentTypeStr) { in isValidIoOveruseConfiguration()
149 << ioOveruseConfig.componentLevelThresholds.name in isValidIoOveruseConfiguration()
475 targetComponentConfig->mGeneric = ioOveruseConfiguration.componentLevelThresholds; in update()
610 ioOveruseConfiguration.componentLevelThresholds = componentSpecificConfig.mGeneric; in get()
DOveruseConfigurationXmlHelper.cpp416 configuration.componentLevelThresholds = *result; in readIoOveruseConfiguration()
658 writeComponentLevelThresholds(configuration.componentLevelThresholds, childElement); in writeIoOveruseConfiguration()
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/internal/
DIoOveruseConfiguration.aidl31 PerStateIoOveruseThreshold componentLevelThresholds;
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogPerfHandler.java979 internalConfig.componentLevelThresholds = toPerStateIoOveruseThreshold( in toResourceSpecificConfiguration()
1098 PerStateBytes componentLevelThresholds = in toIoOveruseConfiguration() local
1099 toPerStateBytes(internalConfig.componentLevelThresholds.perStateWriteBytes); in toIoOveruseConfiguration()
1112 componentLevelThresholds, packageSpecificThresholds, appCategorySpecificThresholds, in toIoOveruseConfiguration()
/packages/services/Car/service/src/com/android/car/
DCarShellCommand.java2154 PerStateBytes componentLevelThresholds = Objects.requireNonNull(ioOveruseConfiguration)
2157 componentLevelThresholds).getForegroundModeBytes();
2179 PerStateBytes componentLevelThresholds =
2185 componentLevelThresholds.getBackgroundModeBytes(),
2186 componentLevelThresholds.getGarageModeBytes()),