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.cpp604 const ComponentSpecificConfig& componentSpecificConfig, in get() argument
606 if (componentSpecificConfig.mGeneric.name == kDefaultThresholdName) { in get()
612 ioOveruseConfiguration.componentLevelThresholds = componentSpecificConfig.mGeneric; in get()
626 for (const auto& [packageName, threshold] : componentSpecificConfig.mPerPackageThresholds) { in get()
632 toStringVector(componentSpecificConfig.mSafeToKillPackages); in get()
DIoOveruseConfigs.h259 const ComponentSpecificConfig& componentSpecificConfig,