Searched refs:firstSnapshot (Results 1 – 4 of 4) sorted by relevance
/packages/services/Car/cpp/watchdog/server/tests/ |
D | UidProcStatsCollectorTest.cpp | 207 TemporaryDir firstSnapshot; in TEST() local 208 ASSERT_RESULT_OK(populateProcPidDir(firstSnapshot.path, pidToTids, perProcessStat, in TEST() 212 UidProcStatsCollector collector(firstSnapshot.path, isSmapsRollupSupported(firstSnapshot.path)); in TEST() 216 << "Files under the path `" << firstSnapshot.path << "` are inaccessible"; in TEST() 521 TemporaryDir firstSnapshot; in TEST() local 522 ASSERT_RESULT_OK(populateProcPidDir(firstSnapshot.path, pidToTids, perProcessStat, in TEST() 526 UidProcStatsCollector collector(firstSnapshot.path, isSmapsRollupSupported(firstSnapshot.path)); in TEST() 530 << "Files under the path `" << firstSnapshot.path << "` are inaccessible"; in TEST()
|
D | UidIoStatsCollectorTest.cpp | 48 constexpr char firstSnapshot[] = "1001234 5000 1000 3000 500 0 0 0 0 20 0\n" in TEST() local 68 ASSERT_TRUE(WriteStringToFile(firstSnapshot, tf.path)); in TEST()
|
D | UidCpuStatsCollectorTest.cpp | 49 constexpr char firstSnapshot[] = "0: 7000000 5000000\n" in TEST() local 60 ASSERT_TRUE(WriteStringToFile(firstSnapshot, tf.path)); in TEST()
|
D | ProcStatCollectorTest.cpp | 61 constexpr char firstSnapshot[] = in TEST() local 97 ASSERT_TRUE(WriteStringToFile(firstSnapshot, tf.path)); in TEST()
|