Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DIoPerfCollection.h71 struct ProcessValue { struct
75 std::vector<ProcessValue> topNProcesses = {};
DIoPerfCollection.cpp155 std::vector<UserPackageStats::ProcStats::ProcessValue>* topNProcesses) { in cacheTopNProcessStats()
165 UserPackageStats::ProcStats::ProcessValue{ in cacheTopNProcessStats()
/packages/services/Car/cpp/watchdog/server/tests/
DIoPerfCollectionTest.cpp72 return ExplainMatchResult(AllOf(Field("comm", &UserPackageStats::ProcStats::ProcessValue::comm,
75 &UserPackageStats::ProcStats::ProcessValue::value,
81 std::vector<Matcher<const UserPackageStats::ProcStats::ProcessValue&>> processValueMatchers;