Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/
H A Dsignal_handler_test.cpp157 bool ret = CheckThreadCrashKeyWords(GetCppCrashFileName(pid), pid, SIGILL);
184 bool ret = CheckThreadCrashKeyWords(GetCppCrashFileName(pid), pid, SIGBUS);
234 bool ret = CheckThreadCrashKeyWords(GetCppCrashFileName(pid), pid, SIGILL);
257 bool ret = CheckThreadCrashKeyWords(GetCppCrashFileName(pid), pid, SIGBUS);
313 bool ret = CheckCrashKeyWords(GetCppCrashFileName(pid), pid, sig);
365 auto file = GetCppCrashFileName(pid);
399 auto file = GetCppCrashFileName(pid);
427 auto file = GetCppCrashFileName(pid);
461 auto file = GetCppCrashFileName(pid);
492 auto file = GetCppCrashFileName(pid);
[all …]
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Ddfx_processdump_test.cpp157 auto filename = GetCppCrashFileName(testProcess);
176 auto filename = GetCppCrashFileName(testProcess);
195 auto filename = GetCppCrashFileName(testProcess);
214 auto filename = GetCppCrashFileName(testProcess);
233 auto filename = GetCppCrashFileName(testProcess);
253 auto filename = GetCppCrashFileName(testProcess);
272 auto filename = GetCppCrashFileName(testProcess);
291 auto filename = GetCppCrashFileName(testProcess);
344 auto filename = GetCppCrashFileName(testProcess);
361 auto filename = GetCppCrashFileName(testProcess);
[all …]
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/local_handler/
H A Dlocal_handler_test.cpp115 bool ret = CheckLocalCrashKeyWords(GetCppCrashFileName(pid), pid, SIGILL);
140 bool ret = CheckLocalCrashKeyWords(GetCppCrashFileName(pid), pid, SIGABRT);
165 bool ret = CheckLocalCrashKeyWords(GetCppCrashFileName(pid), pid, SIGBUS);
190 bool ret = CheckLocalCrashKeyWords(GetCppCrashFileName(pid), pid, SIGSEGV);
215 bool ret = CheckLocalCrashKeyWords(GetCppCrashFileName(pid), pid, SIGSEGV);
240 ASSERT_TRUE(CheckLocalCrashKeyWords(GetCppCrashFileName(pid), pid, SIGSEGV));
266 bool ret = CheckLocalCrashKeyWords(GetCppCrashFileName(pid), pid, SIGSEGV);
438 bool ret = CheckLocalCrashKeyWords(GetCppCrashFileName(pid), pid, SIGABRT);
440 bool ret = CheckLocalCrashKeyWords(GetCppCrashFileName(pid), pid, SIGSEGV);
/ohos5.0/base/hiviewdfx/faultloggerd/test/utils/
H A Ddfx_test_util.h87 std::string GetCppCrashFileName(const pid_t pid, const std::string& tempPath = TEMP_DIR);
H A Ddfx_test_util.cpp212 std::string GetCppCrashFileName(const pid_t pid, const std::string& tempPath) in GetCppCrashFileName() function
/ohos5.0/base/hiviewdfx/faultloggerd/test/systemtest/
H A Dfaultloggerd_system_test.cpp111 crashFileName = GetCppCrashFileName(pid, tempPath); in TriggerCrasherAndGetFileName()
1118 string fileName = GetCppCrashFileName(readPid);