Home
last modified time | relevance | path

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

/packages/services/Car/watchdog/server/tests/
DProcPidStatTest.cpp209 TemporaryDir secondSnapshot; in TEST() local
210 ret = populateProcPidDir(secondSnapshot.path, pidToTids, perProcessStat, perProcessStatus, in TEST()
214 procPidStat.mPath = secondSnapshot.path; in TEST()
216 << "Files under the path `" << secondSnapshot.path << "` are inaccessible"; in TEST()
437 TemporaryDir secondSnapshot; in TEST() local
438 ret = populateProcPidDir(secondSnapshot.path, pidToTids, perProcessStat, perProcessStatus, in TEST()
442 procPidStat.mPath = secondSnapshot.path; in TEST()
444 << "Files under the path `" << secondSnapshot.path << "` are inaccessible"; in TEST()
DUidIoStatsTest.cpp70 constexpr char secondSnapshot[] = in TEST() local
85 ASSERT_TRUE(WriteStringToFile(secondSnapshot, tf.path)); in TEST()
DProcStatTest.cpp98 constexpr char secondSnapshot[] = in TEST() local
128 ASSERT_TRUE(WriteStringToFile(secondSnapshot, tf.path)); in TEST()
DIoPerfCollectionTest.cpp1128 constexpr char secondSnapshot[] = in TEST() local
1169 ASSERT_TRUE(WriteStringToFile(secondSnapshot, tf.path)); in TEST()
1264 constexpr char secondSnapshot[] = in TEST() local
1285 ASSERT_TRUE(WriteStringToFile(secondSnapshot, tf.path)); in TEST()
1430 TemporaryDir secondSnapshot; in TEST() local
1431 ret = populateProcPidDir(secondSnapshot.path, pidToTids, perProcessStat, perProcessStatus, in TEST()
1435 collector.mProcPidStat->mPath = secondSnapshot.path; in TEST()