Home
last modified time | relevance | path

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

/system/chre/apps/chqts/src/general_test/
Dheap_exhaustion_stability_test.cc63 void HeapExhaustionStabilityTest::exhaustHeap() { in exhaustHeap()
100 void HeapExhaustionStabilityTest::freeMemory() { in freeMemory()
107 HeapExhaustionStabilityTest::HeapExhaustionStabilityTest() in HeapExhaustionStabilityTest() function in general_test::HeapExhaustionStabilityTest
111 void HeapExhaustionStabilityTest::setUp(uint32_t messageSize, in setUp()
140 void HeapExhaustionStabilityTest::testLog(uint32_t zero) { in testLog()
146 void HeapExhaustionStabilityTest::testSetTimer() { in testSetTimer()
158 void HeapExhaustionStabilityTest::testSendEvent() { in testSendEvent()
169 void HeapExhaustionStabilityTest::testSensor() { in testSensor()
198 void HeapExhaustionStabilityTest::testMessageToHost() { in testMessageToHost()
213 void HeapExhaustionStabilityTest::handleEvent(uint32_t senderInstanceId, in handleEvent()
[all …]
Dheap_exhaustion_stability_test.h34 class HeapExhaustionStabilityTest : public Test {
36 HeapExhaustionStabilityTest();
Dapp.cc220 CASE(kHeapExhaustionStability, HeapExhaustionStabilityTest); in createTest()