Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DIoOveruseMonitor.cpp250 const auto exceedsWarnThreshold = [&](double remaining, double threshold) { in onPeriodicCollection() local
280 (exceedsWarnThreshold(remainingWriteBytes.foregroundBytes, in onPeriodicCollection()
282 exceedsWarnThreshold(remainingWriteBytes.backgroundBytes, in onPeriodicCollection()
284 exceedsWarnThreshold(remainingWriteBytes.garageModeBytes, in onPeriodicCollection()