Searched refs:TestStackDumpsys2 (Results 1 – 1 of 1) sorted by relevance
240 class TestStackDumpsys2 : public TestStackDumpsysBase { class242 TestStackDumpsys2(const TestStackDumpsys2&) = delete;243 TestStackDumpsys2& operator=(const TestStackDumpsys2&) = delete;244 virtual ~TestStackDumpsys2() = default;253 TestStackDumpsys2();256 struct TestStackDumpsys2::impl : public ModuleMainloop, public ModuleJniloop {269 TestStackDumpsys2::TestStackDumpsys2() : TestStackDumpsysBase() { in TestStackDumpsys2() function in TestStackDumpsys2273 void TestStackDumpsys2::TestMethod(TestData test_data) const { in TestMethod()339 const ModuleFactory TestStackDumpsys2::Factory =340 ModuleFactory([]() { return new TestStackDumpsys2(); }); in __anonc942baa20a02()[all …]