Searched refs:TestStackDumpsys4 (Results 1 – 1 of 1) sorted by relevance
314 class TestStackDumpsys4 : public TestStackDumpsysBase { class316 TestStackDumpsys4(const TestStackDumpsys4&) = delete;317 TestStackDumpsys4& operator=(const TestStackDumpsys3&) = delete;318 virtual ~TestStackDumpsys4() = default;329 TestStackDumpsys4() : TestStackDumpsysBase() {} in TestStackDumpsys4() function in TestStackDumpsys4332 struct TestStackDumpsys4::impl : public ModuleMainloop, public ModuleJniloop {};343 const ModuleFactory TestStackDumpsys4::Factory =344 ModuleFactory([]() { return new TestStackDumpsys4(); }); in __anonc942baa20c02()