Searched refs:GetCppCrashFileName (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/ |
H A D | signal_handler_test.cpp | 157 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 D | dfx_processdump_test.cpp | 157 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 D | local_handler_test.cpp | 115 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 D | dfx_test_util.h | 87 std::string GetCppCrashFileName(const pid_t pid, const std::string& tempPath = TEMP_DIR);
|
H A D | dfx_test_util.cpp | 212 std::string GetCppCrashFileName(const pid_t pid, const std::string& tempPath) in GetCppCrashFileName() function
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/systemtest/ |
H A D | faultloggerd_system_test.cpp | 111 crashFileName = GetCppCrashFileName(pid, tempPath); in TriggerCrasherAndGetFileName() 1118 string fileName = GetCppCrashFileName(readPid);
|