Home
last modified time | relevance | path

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

/system/core/debuggerd/
Ddebuggerd_test.cpp179 class CrasherTest : public ::testing::Test { class
186 CrasherTest();
187 ~CrasherTest();
202 CrasherTest::CrasherTest() { in CrasherTest() function in CrasherTest
212 CrasherTest::~CrasherTest() { in ~CrasherTest()
222 void CrasherTest::StartIntercept(unique_fd* output_fd, DebuggerdDumpType intercept_type) { in StartIntercept()
233 void CrasherTest::FinishIntercept(int* result) { in FinishIntercept()
249 void CrasherTest::StartProcess(std::function<void()> function, std::function<pid_t()> forker) { in StartProcess()
268 void CrasherTest::FinishCrasher() { in FinishCrasher()
281 void CrasherTest::AssertDeath(int signo) { in AssertDeath()
[all …]