Home
last modified time | relevance | path

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

/aosp14/system/core/trusty/stats/test/
H A Dstats_test.cpp238 int atomTrustyErrorCnt = 0; in TEST_F() local
277 ++atomTrustyErrorCnt; in TEST_F()
286 ASSERT_EQ(atomTrustyErrorCnt, 0); in TEST_F()
315 int atomTrustyErrorCnt = 0; in TEST_F() local
346 ++atomTrustyErrorCnt; in TEST_F()
357 ASSERT_LE(atomTrustyErrorCnt, 1); in TEST_F()