Lines Matching refs:MemApiTest

27 class MemApiTest : public testing::Test {
35 HWTEST_F(MemApiTest, testMallocRandom, Function | MediumTest | Level1)
54 HWTEST_F(MemApiTest, testMallocZero, Function | MediumTest | Level2)
73 HWTEST_F(MemApiTest, testMallocENOMEM, Function | MediumTest | Level3)
101 HWTEST_F(MemApiTest, testFreeNULL, Function | MediumTest | Level1)
118 HWTEST_F(MemApiTest, testReallocMem, Function | MediumTest | Level3)
168 HWTEST_F(MemApiTest, testReallocNULL, Function | MediumTest | Level3)
203 HWTEST_F(MemApiTest, testReallocENOMEM, Function | MediumTest | Level3)
227 HWTEST_F(MemApiTest, testCallocRandom, Function | MediumTest | Level3)
252 HWTEST_F(MemApiTest, testCallocZero, Function | MediumTest | Level2)
277 HWTEST_F(MemApiTest, testCallocENOMEM, Function | MediumTest | Level3)
306 HWTEST_F(MemApiTest, testVallocBytes, Function | MediumTest | Level3)
327 HWTEST_F(MemApiTest, testVallocZero, Function | MediumTest | Level2)
346 HWTEST_F(MemApiTest, testVallocENOMEM, Function | MediumTest | Level3)
374 HWTEST_F(MemApiTest, testMemalignTwoAlign, Function | MediumTest | Level2)
395 HWTEST_F(MemApiTest, testMemalignEINVAL, Function | MediumTest | Level3)
420 HWTEST_F(MemApiTest, testMemalignENOMEM, Function | MediumTest | Level3)
449 HWTEST_F(MemApiTest, testPosixMemalignTwoAlign, Function | MediumTest | Level3)
475 HWTEST_F(MemApiTest, testPosixMemalignZero, Function | MediumTest | Level2)
496 HWTEST_F(MemApiTest, testPosixMemalignEINVAL, Function | MediumTest | Level3)
529 HWTEST_F(MemApiTest, testPosixMemalignENOMEM, Function | MediumTest | Level3)
557 HWTEST_F(MemApiTest, testOpenMemstreamBase, Function | MediumTest | Level2)
611 HWTEST_F(MemApiTest, testMemset, Function | MediumTest | Level1)
638 HWTEST_F(MemApiTest, testMemcpy, Function | MediumTest | Level2)
667 HWTEST_F(MemApiTest, testMemcpyOverlay, Function | MediumTest | Level3)
700 HWTEST_F(MemApiTest, testMemmove, Function | MediumTest | Level2)
729 HWTEST_F(MemApiTest, testMemmoveOverlay, Function | MediumTest | Level3)
760 HWTEST_F(MemApiTest, testMemcmp, Function | MediumTest | Level2)
788 HWTEST_F(MemApiTest, testMemrchr, Function | MediumTest | Level2)