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.h140 class ComponentSpecificConfig final {
142 ComponentSpecificConfig() : mGeneric(defaultThreshold()) {} in ComponentSpecificConfig() function
144 ~ComponentSpecificConfig() { in ~ComponentSpecificConfig()
247 int32_t updatableConfigsFilter, ComponentSpecificConfig* targetComponentConfig);
259 const ComponentSpecificConfig& componentSpecificConfig,
263 ComponentSpecificConfig mSystemConfig;
265 ComponentSpecificConfig mVendorConfig;
267 ComponentSpecificConfig mThirdPartyConfig;
DIoOveruseConfigs.cpp248 Result<void> ComponentSpecificConfig::updatePerPackageThresholds( in updatePerPackageThresholds()
278 Result<void> ComponentSpecificConfig::updateSafeToKillPackages( in updateSafeToKillPackages()
431 ComponentSpecificConfig* targetComponentConfig; in updateFromAidlConfig()
473 ComponentSpecificConfig* targetComponentConfig) { in update()
604 const ComponentSpecificConfig& componentSpecificConfig, in get()