Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/manager/1.1/stats/
DStatsCollector.cpp54 const auto kMaxDumpHistory = 10; variable
428 while (it != records.history.rend() && count < kMaxDumpHistory) { in toString()
/packages/services/Car/cpp/evs/manager/aidl/stats/src/
DStatsCollector.cpp53 constexpr auto kMaxDumpHistory = 10; variable
434 while (it != records.history.rend() && count < kMaxDumpHistory) { in toString()