Home
last modified time | relevance | path

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

/system/core/debuggerd/
Ddebuggerd_test.cpp149 class CrasherTest : public ::testing::Test { class
156 CrasherTest();
157 ~CrasherTest();
170 CrasherTest::CrasherTest() { in CrasherTest() function in CrasherTest
175 CrasherTest::~CrasherTest() { in ~CrasherTest()
185 void CrasherTest::StartIntercept(unique_fd* output_fd, DebuggerdDumpType intercept_type) { in StartIntercept()
195 void CrasherTest::FinishIntercept(int* result) { in FinishIntercept()
212 void CrasherTest::StartProcess(std::function<void()> function, std::function<pid_t()> forker) { in StartProcess()
231 void CrasherTest::FinishCrasher() { in FinishCrasher()
244 void CrasherTest::AssertDeath(int signo) { in AssertDeath()
[all …]