Searched refs:CheckLocalCrashKeyWords (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/local_handler/ |
H A D | local_handler_test.cpp | 63 static bool CheckLocalCrashKeyWords(const string& filePath, pid_t pid, int sig) in CheckLocalCrashKeyWords() function 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);
|