Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/tests/
DUidProcStatsCollectorTest.cpp207 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()
DUidIoStatsCollectorTest.cpp48 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()
DUidCpuStatsCollectorTest.cpp49 constexpr char firstSnapshot[] = "0: 7000000 5000000\n" in TEST() local
60 ASSERT_TRUE(WriteStringToFile(firstSnapshot, tf.path)); in TEST()
DProcStatCollectorTest.cpp61 constexpr char firstSnapshot[] = in TEST() local
97 ASSERT_TRUE(WriteStringToFile(firstSnapshot, tf.path)); in TEST()