Searched refs:CheckCppCrashKeyWords (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
H A D | dfx_processdump_test.cpp | 106 static bool CheckCppCrashKeyWords(const string& filePath, pid_t pid, int sig) in CheckCppCrashKeyWords() function 159 ASSERT_TRUE(CheckCppCrashKeyWords(filename, testProcess, SIGILL)); 178 ASSERT_TRUE(CheckCppCrashKeyWords(filename, testProcess, SIGTRAP)); 197 ASSERT_TRUE(CheckCppCrashKeyWords(filename, testProcess, SIGABRT)); 216 ASSERT_TRUE(CheckCppCrashKeyWords(filename, testProcess, SIGBUS)); 235 ASSERT_TRUE(CheckCppCrashKeyWords(filename, testProcess, SIGFPE)); 255 ASSERT_TRUE(CheckCppCrashKeyWords(filename, testProcess, SIGSEGV)); 274 ASSERT_TRUE(CheckCppCrashKeyWords(filename, testProcess, SIGSTKFLT)); 293 ASSERT_TRUE(CheckCppCrashKeyWords(filename, testProcess, SIGSYS)); 345 ASSERT_TRUE(CheckCppCrashKeyWords(filename, testProcess, SIGSEGV));
|