Home
last modified time | relevance | path

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

/system/chre/apps/test/chqts/src/general_test/
Dtimer_stress_test.cc68 void TimerStressTest::startStages() { in startStages()
94 TimerStressTest::TimerStressTest() in TimerStressTest() function in general_test::TimerStressTest
100 void TimerStressTest::setUp(uint32_t messageSize, const void * /* message */) { in setUp()
113 void TimerStressTest::handleStageEvent(uint32_t index) { in handleStageEvent()
135 void TimerStressTest::handleEvent(uint32_t senderInstanceId, uint16_t eventType, in handleEvent()
156 void TimerStressTest::markSuccess(uint32_t stage) { in markSuccess()
Dtimer_stress_test.h29 class TimerStressTest : public Test {
31 TimerStressTest();
Dapp.cc217 CASE(kTimerStress, TimerStressTest); in createTest()