Searched refs:GetCppCrashFileName (Results 1 – 6 of 6) sorted by relevance
/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/ |
D | signal_handler_test.cpp | 180 bool ret = CheckLocalCrashKeyWords(GetCppCrashFileName(pid), pid, SIGILL); 205 bool ret = CheckLocalCrashKeyWords(GetCppCrashFileName(pid), pid, SIGABRT); 230 bool ret = CheckLocalCrashKeyWords(GetCppCrashFileName(pid), pid, SIGBUS); 255 bool ret = CheckLocalCrashKeyWords(GetCppCrashFileName(pid), pid, SIGSEGV); 280 bool ret = CheckLocalCrashKeyWords(GetCppCrashFileName(pid), pid, SIGSEGV); 305 bool ret = CheckThreadCrashKeyWords(GetCppCrashFileName(pid), pid, SIGILL); 330 bool ret = CheckThreadCrashKeyWords(GetCppCrashFileName(pid), pid, SIGBUS); 355 bool ret = CheckThreadCrashKeyWords(GetCppCrashFileName(pid), pid, SIGSEGV); 377 bool ret = CheckThreadCrashKeyWords(GetCppCrashFileName(pid), pid, SIGILL); 399 bool ret = CheckThreadCrashKeyWords(GetCppCrashFileName(pid), pid, SIGBUS); [all …]
|
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
D | dfx_processdump_test.cpp | 118 auto filename = GetCppCrashFileName(testProcess); 137 auto filename = GetCppCrashFileName(testProcess); 156 auto filename = GetCppCrashFileName(testProcess); 175 auto filename = GetCppCrashFileName(testProcess); 194 auto filename = GetCppCrashFileName(testProcess); 213 auto filename = GetCppCrashFileName(testProcess); 232 auto filename = GetCppCrashFileName(testProcess); 251 auto filename = GetCppCrashFileName(testProcess);
|
/base/hiviewdfx/faultloggerd/test/utils/ |
D | dfx_test_util.h | 58 std::string GetCppCrashFileName(const pid_t pid);
|
D | dfx_test_util.cpp | 212 std::string GetCppCrashFileName(const pid_t pid) in GetCppCrashFileName() function
|
/base/hiviewdfx/faultloggerd/test/unittest/backtrace/ |
D | backtrace_local_test.cpp | 232 std::string path = GetCppCrashFileName(childPid);
|
/base/hiviewdfx/faultloggerd/test/systemtest/ |
D | faultloggerd_system_test.cpp | 107 crashFileName = GetCppCrashFileName(pid); in TriggerCrasherAndGetFileName() 1044 string fileName = GetCppCrashFileName(readPid);
|