Home
last modified time | relevance | path

Searched refs:componentSpecificConfig (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DIoOveruseConfigs.cpp605 const ComponentSpecificConfig& componentSpecificConfig, in get() argument
607 if (componentSpecificConfig.mGeneric.name == kDefaultThresholdName) { in get()
613 ioOveruseConfiguration.componentLevelThresholds = componentSpecificConfig.mGeneric; in get()
627 for (const auto& [packageName, threshold] : componentSpecificConfig.mPerPackageThresholds) { in get()
633 toStringVector(componentSpecificConfig.mSafeToKillPackages); in get()
H A DIoOveruseConfigs.h248 const ComponentSpecificConfig& componentSpecificConfig,