Searched refs:systemWideThresholds (Results 1 – 13 of 13) sorted by relevance
/packages/services/Car/car-lib/src/android/car/watchdog/ |
D | IoOveruseConfiguration.java | 101 @NonNull List<IoOveruseAlertThreshold> systemWideThresholds) { in IoOveruseConfiguration() argument 111 this.mSystemWideThresholds = systemWideThresholds; in IoOveruseConfiguration() 214 List<IoOveruseAlertThreshold> systemWideThresholds = new java.util.ArrayList<>(); in IoOveruseConfiguration() local 215 in.readParcelableList(systemWideThresholds, IoOveruseAlertThreshold.class.getClassLoader()); in IoOveruseConfiguration() 226 this.mSystemWideThresholds = systemWideThresholds; in IoOveruseConfiguration() 298 @NonNull List<IoOveruseAlertThreshold> systemWideThresholds) { in Builder() argument 308 mSystemWideThresholds = systemWideThresholds; in Builder()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/ |
D | InternalIoOveruseConfigurationSubject.java | 81 && isAlertThresholdEquals(actual.systemWideThresholds, in isEquals() 82 expected.systemWideThresholds); in isEquals() 98 .append(config.systemWideThresholds.stream() in toStringBuilder()
|
D | WatchdogPerfHandlerUnitTest.java | 4822 config.systemWideThresholds = Collections.singletonList( in sampleInternalIoOveruseConfiguration() 4893 List<IoOveruseAlertThreshold> systemWideThresholds = Collections.singletonList( in sampleIoOveruseConfigurationBuilder() local 4898 packageSpecificThresholds, appCategorySpecificThresholds, systemWideThresholds); in sampleIoOveruseConfigurationBuilder()
|
/packages/services/Car/cpp/watchdog/stable_server/tests/ |
D | OveruseConfigurationTestUtils.cpp | 46 ExplainMatchResult(UnorderedElementsAreArray(config.systemWideThresholds), 47 arg.systemWideThresholds, result_listener); 103 config.systemWideThresholds = systemWide; in constructIoOveruseConfig()
|
D | IoOveruseConfigsTest.cpp | 491 systemIoConfig.systemWideThresholds.erase(systemIoConfig.systemWideThresholds.begin() + 1); in TEST_F() 620 ioConfig.systemWideThresholds = {toIoOveruseAlertThreshold(0, 0)}; in TEST_F() 741 vendorIoConfig.systemWideThresholds.clear(); in TEST_F() 782 thirdPartyIoConfig.systemWideThresholds.clear(); in TEST_F()
|
/packages/services/Car/cpp/watchdog/server/tests/ |
D | OveruseConfigurationTestUtils.cpp | 46 ExplainMatchResult(UnorderedElementsAreArray(config.systemWideThresholds), 47 arg.systemWideThresholds, result_listener); 103 config.systemWideThresholds = systemWide; in constructIoOveruseConfig()
|
D | IoOveruseConfigsTest.cpp | 491 systemIoConfig.systemWideThresholds.erase(systemIoConfig.systemWideThresholds.begin() + 1); in TEST_F() 620 ioConfig.systemWideThresholds = {toIoOveruseAlertThreshold(0, 0)}; in TEST_F() 741 vendorIoConfig.systemWideThresholds.clear(); in TEST_F() 782 thirdPartyIoConfig.systemWideThresholds.clear(); in TEST_F()
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | IoOveruseConfigs.cpp | 144 if (ioOveruseConfig.systemWideThresholds.empty()) { in isValidIoOveruseConfiguration() 147 for (const auto& threshold : ioOveruseConfig.systemWideThresholds) { in isValidIoOveruseConfiguration() 561 if (auto result = updateAlertThresholds(ioOveruseConfiguration.systemWideThresholds); in update() 566 } else if (!ioOveruseConfiguration.systemWideThresholds.empty()) { in update() 640 ioOveruseConfiguration.systemWideThresholds.push_back(threshold); in get()
|
D | OveruseConfigurationXmlHelper.cpp | 430 configuration.systemWideThresholds = *result; in readIoOveruseConfiguration() 673 writeSystemWideThresholds(configuration.systemWideThresholds, childElement); in writeIoOveruseConfiguration()
|
/packages/services/Car/cpp/watchdog/stable_server/src/ |
D | IoOveruseConfigs.cpp | 144 if (ioOveruseConfig.systemWideThresholds.empty()) { in isValidIoOveruseConfiguration() 147 for (const auto& threshold : ioOveruseConfig.systemWideThresholds) { in isValidIoOveruseConfiguration() 561 if (auto result = updateAlertThresholds(ioOveruseConfiguration.systemWideThresholds); in update() 566 } else if (!ioOveruseConfiguration.systemWideThresholds.empty()) { in update() 640 ioOveruseConfiguration.systemWideThresholds.push_back(threshold); in get()
|
D | OveruseConfigurationXmlHelper.cpp | 430 configuration.systemWideThresholds = *result; in readIoOveruseConfiguration() 673 writeSystemWideThresholds(configuration.systemWideThresholds, childElement); in writeIoOveruseConfiguration()
|
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/internal/ |
D | IoOveruseConfiguration.aidl | 51 List<IoOveruseAlertThreshold> systemWideThresholds;
|
/packages/services/Car/service/src/com/android/car/watchdog/ |
D | WatchdogPerfHandler.java | 2733 internalConfig.systemWideThresholds = toInternalIoOveruseAlertThresholds( in toResourceSpecificConfiguration() 2845 List<IoOveruseAlertThreshold> systemWideThresholds = in toIoOveruseConfiguration() local 2846 toIoOveruseAlertThresholds(internalConfig.systemWideThresholds); in toIoOveruseConfiguration() 2850 systemWideThresholds); in toIoOveruseConfiguration()
|