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.h135 class ComponentSpecificConfig final {
137 ComponentSpecificConfig() : mGeneric(defaultThreshold()) {} in ComponentSpecificConfig() function
139 ~ComponentSpecificConfig() { in ~ComponentSpecificConfig()
238 int32_t updatableConfigsFilter, ComponentSpecificConfig* targetComponentConfig);
248 const ComponentSpecificConfig& componentSpecificConfig, const int32_t componentFilter);
251 ComponentSpecificConfig mSystemConfig;
253 ComponentSpecificConfig mVendorConfig;
255 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()
603 const ComponentSpecificConfig& componentSpecificConfig, const int32_t componentFilter) { in get()