Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DIoOveruseConfigs.cpp603 const ComponentSpecificConfig& componentSpecificConfig, const int32_t componentFilter) { in get() argument
604 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()
DIoOveruseConfigs.h248 const ComponentSpecificConfig& componentSpecificConfig, const int32_t componentFilter);