Home
last modified time | relevance | path

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

/system/core/debuggerd/
Ddebuggerd_test.cpp1420 TEST_F(CrasherTest, fake_pid) { in TEST_F() argument
2154 const pid_t fake_pid = 1'234'567; in TEST() local
2157 tombstoned_intercept(fake_pid, &intercept_fd, &output_fd, &response, kDebuggerdJavaBacktrace); in TEST()
2162 tombstoned_intercept(fake_pid, &intercept_fd_2, &output_fd_2, &response, in TEST()
2169 const pid_t fake_pid = -1; in TEST() local
2172 tombstoned_intercept(fake_pid, &intercept_fd, &output_fd, &response, kDebuggerdNativeBacktrace); in TEST()
2179 const pid_t fake_pid = 1'234'567; in TEST() local
2182 tombstoned_intercept(fake_pid, &intercept_fd, &output_fd, &response, in TEST()
2188 tombstoned_intercept(fake_pid, &intercept_fd, &output_fd, &response, kDebuggerdAnyIntercept); in TEST()
2193 tombstoned_intercept(fake_pid, &intercept_fd, &output_fd, &response, kDebuggerdTombstoneProto); in TEST()
[all …]