Searched refs:componentSpecificConfig (Results 1 – 2 of 2) sorted by relevance
603 const ComponentSpecificConfig& componentSpecificConfig, const int32_t componentFilter) { in get() argument604 if (componentSpecificConfig.mGeneric.name == kDefaultThresholdName) { in get()610 ioOveruseConfiguration.componentLevelThresholds = componentSpecificConfig.mGeneric; in get()624 for (const auto& [packageName, threshold] : componentSpecificConfig.mPerPackageThresholds) { in get()630 toStringVector(componentSpecificConfig.mSafeToKillPackages); in get()
248 const ComponentSpecificConfig& componentSpecificConfig, const int32_t componentFilter);