Searched refs:PriorityDumperTest (Results 1 - 1 of 1) sorted by relevance
/frameworks/native/services/utils/tests/ |
H A D | PriorityDumper_test.cpp | 48 class PriorityDumperTest : public Test { class in inherits:Test 50 PriorityDumperTest() : dumper_(), dumpAlldumper_(), fd(1) {} function in class:PriorityDumperTest 62 TEST_F(PriorityDumperTest, noArgsPassed) { 68 TEST_F(PriorityDumperTest, noPriorityArgsPassed) { 75 TEST_F(PriorityDumperTest, priorityArgsOnly) { 83 TEST_F(PriorityDumperTest, dumpCritical) { 93 TEST_F(PriorityDumperTest, dumpCriticalInMiddle) { 103 TEST_F(PriorityDumperTest, dumpHigh) { 113 TEST_F(PriorityDumperTest, dumpHighInEnd) { 123 TEST_F(PriorityDumperTest, dumpNorma [all...] |
Completed in 7 milliseconds