Home
last modified time | relevance | path

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

/aosp14/system/core/trusty/stats/test/
H A Dstats_test.cpp236 int atomAppCrashedCnt = 0; in TEST_F() local
258 ++atomAppCrashedCnt; in TEST_F()
284 ASSERT_EQ(atomAppCrashedCnt, 1); in TEST_F()
313 int atomAppCrashedCnt = 0; in TEST_F() local
337 ++atomAppCrashedCnt; in TEST_F()
353 ASSERT_GE(atomAppCrashedCnt, expectedAtomCnt - 1); in TEST_F()