Searched refs:CrasherTest (Results 1 – 1 of 1) sorted by relevance
149 class CrasherTest : public ::testing::Test { class156 CrasherTest();157 ~CrasherTest();170 CrasherTest::CrasherTest() { in CrasherTest() function in CrasherTest175 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 …]