Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DIoOveruseConfigs.h189 mAlertThresholds.clear(); in ~IoOveruseConfigs()
208 return mAlertThresholds; in systemWideAlertThresholds()
268 IoOveruseAlertThresholdSet mAlertThresholds; variable
DIoOveruseConfigs.cpp386 mAlertThresholds.clear(); in updateAlertThresholds()
394 if (const auto& it = mAlertThresholds.find(alertThreshold); it != mAlertThresholds.end()) { in updateAlertThresholds()
401 mAlertThresholds.emplace(alertThreshold); in updateAlertThresholds()
638 for (const auto& threshold : mAlertThresholds) { in get()