Home
last modified time | relevance | path

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

/system/chre/apps/test/chqts/src/general_test/
Dtimer_set_test.cc60 TimerSetTest::Stage::Stage(uint32_t stage, uint64_t duration, in Stage()
69 void TimerSetTest::Stage::start() { in start()
80 void TimerSetTest::Stage::processEvent(uint64_t timestamp, TimerSetTest *test) { in processEvent()
112 void TimerSetTest::initStages() { in initStages()
139 TimerSetTest::TimerSetTest() in TimerSetTest() function in general_test::TimerSetTest
142 void TimerSetTest::setUp(uint32_t messageSize, const void * /* message */) { in setUp()
158 TimerSetTest::~TimerSetTest() { in ~TimerSetTest()
162 void TimerSetTest::handleEvent(uint32_t senderInstanceId, uint16_t eventType, in handleEvent()
186 void TimerSetTest::markSuccess(uint32_t stage) { in markSuccess()
198 TimerSetTest::Stage *TimerSetTest::getStageFromCookie(const void *cookie) { in getStageFromCookie()
Dtimer_set_test.h29 class TimerSetTest : public Test {
31 TimerSetTest();
32 ~TimerSetTest();
47 void processEvent(uint64_t timestamp, TimerSetTest *test);
Dapp.cc217 CASE(kTimerSet, TimerSetTest); in createTest()