Home
last modified time | relevance | path

Searched refs:markSuccess (Results 1 – 10 of 10) sorted by relevance

/system/chre/apps/test/chqts/src/general_test/
Dtimer_stress_test.cc88 markSuccess(0); in startStages()
122 markSuccess(index); in handleStageEvent()
127 markSuccess(index); in handleStageEvent()
156 void TimerStressTest::markSuccess(uint32_t stage) { in markSuccess() function in general_test::TimerStressTest
Dsend_message_to_host_test.cc137 markSuccess(stage); in smallMessageCallback()
192 markSuccess(index + 6); in largeMessageCallback()
197 void SendMessageToHostTest::markSuccess(uint32_t stage) { in markSuccess() function in general_test::SendMessageToHostTest
297 markSuccess(2); in setUp()
310 markSuccess(4); in setUp()
315 markSuccess(5); in setUp()
365 markSuccess(8); in handleEvent()
Dheap_exhaustion_stability_test.cc150 markSuccess(kTimerStage); in testSetTimer()
161 markSuccess(kEventStage); in testSendEvent()
236 markSuccess(kTimerStage); in handleTimer()
261 markSuccess(kEventStage); in handleSelfEvent()
264 void HeapExhaustionStabilityTest::markSuccess(uint32_t stage) { in markSuccess() function in general_test::HeapExhaustionStabilityTest
Dtimer_cancel_test.cc63 markSuccess(i); in startStages()
127 markSuccess(stage->stage); in handleStageEvent()
153 void TimerCancelTest::markSuccess(uint32_t stage) { in markSuccess() function in general_test::TimerCancelTest
Dtimer_set_test.cc94 test->markSuccess(mStage); in processEvent()
100 test->markSuccess(mStage); in processEvent()
181 void TimerSetTest::markSuccess(uint32_t stage) { in markSuccess() function in general_test::TimerSetTest
Dtimer_stress_test.h49 void markSuccess(uint32_t stage);
Dheap_exhaustion_stability_test.h66 void markSuccess(uint32_t stage);
Dtimer_cancel_test.h64 void markSuccess(uint32_t stage);
Dtimer_set_test.h34 void markSuccess(uint32_t stage);
Dsend_message_to_host_test.h92 static void markSuccess(uint32_t stage);