Home | History | Annotate | Download | only in sdcard

Lines Matching defs:TestCase

29 #include "testcase.h"
42 TestCase::TestCase(const char *appName)
69 TestCase::~TestCase()
78 bool TestCase::runTest()
110 write(mIpc[TestCase::WRITE_TO_PARENT], buffer, str - buffer);
143 void TestCase::setIter(size_t iter)
148 void TestCase::createTimers()
171 bool TestCase::setTypeFromName(const char *test_name)
183 void TestCase::setSync(Sync s)
188 const char *TestCase::syncAsStr() const
193 void TestCase::setFadvise(const char *advice)
218 const char *TestCase::fadviseAsStr() const