Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/
Dsignal_handler_test.cpp180 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/
Ddfx_processdump_test.cpp118 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/
Ddfx_test_util.h58 std::string GetCppCrashFileName(const pid_t pid);
Ddfx_test_util.cpp212 std::string GetCppCrashFileName(const pid_t pid) in GetCppCrashFileName() function
/base/hiviewdfx/faultloggerd/test/unittest/backtrace/
Dbacktrace_local_test.cpp232 std::string path = GetCppCrashFileName(childPid);
/base/hiviewdfx/faultloggerd/test/systemtest/
Dfaultloggerd_system_test.cpp107 crashFileName = GetCppCrashFileName(pid); in TriggerCrasherAndGetFileName()
1044 string fileName = GetCppCrashFileName(readPid);