Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DIoOveruseConfigs.cpp432 ComponentSpecificConfig* targetComponentConfig; in updateFromAidlConfig() local
436 targetComponentConfig = &mSystemConfig; in updateFromAidlConfig()
440 targetComponentConfig = &mVendorConfig; in updateFromAidlConfig()
444 targetComponentConfig = &mThirdPartyConfig; in updateFromAidlConfig()
462 targetComponentConfig); in updateFromAidlConfig()
474 ComponentSpecificConfig* targetComponentConfig) { in update() argument
476 targetComponentConfig->mGeneric = ioOveruseConfiguration.componentLevelThresholds; in update()
524 if (auto result = targetComponentConfig in update()
537 if (auto result = targetComponentConfig in update()
H A DIoOveruseConfigs.h238 int32_t updatableConfigsFilter, ComponentSpecificConfig* targetComponentConfig);