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.cc55 TimerSetTest::Stage::Stage(uint32_t stage, uint64_t duration, in Stage()
64 void TimerSetTest::Stage::start() { in start()
75 void TimerSetTest::Stage::processEvent(uint64_t timestamp, TimerSetTest *test) { in processEvent()
107 void TimerSetTest::initStages() { in initStages()
134 TimerSetTest::TimerSetTest() in TimerSetTest() function in general_test::TimerSetTest
137 void TimerSetTest::setUp(uint32_t messageSize, const void * /* message */) { in setUp()
153 TimerSetTest::~TimerSetTest() { in ~TimerSetTest()
157 void TimerSetTest::handleEvent(uint32_t senderInstanceId, uint16_t eventType, in handleEvent()
181 void TimerSetTest::markSuccess(uint32_t stage) { in markSuccess()
193 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.cc215 CASE(kTimerSet, TimerSetTest); in createTest()