Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DIoOveruseConfigs.cpp431 ComponentSpecificConfig* targetComponentConfig; in updateFromAidlConfig() local
435 targetComponentConfig = &mSystemConfig; in updateFromAidlConfig()
439 targetComponentConfig = &mVendorConfig; in updateFromAidlConfig()
443 targetComponentConfig = &mThirdPartyConfig; in updateFromAidlConfig()
461 targetComponentConfig); in updateFromAidlConfig()
473 ComponentSpecificConfig* targetComponentConfig) { in update() argument
475 targetComponentConfig->mGeneric = ioOveruseConfiguration.componentLevelThresholds; in update()
523 if (auto result = targetComponentConfig in update()
536 if (auto result = targetComponentConfig in update()
DIoOveruseConfigs.h247 int32_t updatableConfigsFilter, ComponentSpecificConfig* targetComponentConfig);