Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DIoOveruseConfigs.cpp251 mPerPackageThresholds.clear(); in updatePerPackageThresholds()
268 if (const auto& it = mPerPackageThresholds.find(packageThreshold.name); in updatePerPackageThresholds()
269 it != mPerPackageThresholds.end()) { in updatePerPackageThresholds()
273 mPerPackageThresholds[packageThreshold.name] = packageThreshold; in updatePerPackageThresholds()
624 for (const auto& [packageName, threshold] : componentSpecificConfig.mPerPackageThresholds) { in get()
686 if (const auto it = mSystemConfig.mPerPackageThresholds.find( in fetchThreshold()
688 it != mSystemConfig.mPerPackageThresholds.end()) { in fetchThreshold()
697 if (const auto it = mVendorConfig.mPerPackageThresholds.find( in fetchThreshold()
699 it != mVendorConfig.mPerPackageThresholds.end()) { in fetchThreshold()
DIoOveruseConfigs.h140 mPerPackageThresholds.clear(); in ~ComponentSpecificConfig()
168 mPerPackageThresholds; variable