Home
last modified time | relevance | path

Searched refs:CheckCppCrashKeyWords (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Ddfx_processdump_test.cpp107 static bool CheckCppCrashKeyWords(const string& filePath, pid_t pid, int sig) in CheckCppCrashKeyWords() function
160 ASSERT_TRUE(CheckCppCrashKeyWords(filename, testProcess, SIGILL)); in HWTEST_F()
179 ASSERT_TRUE(CheckCppCrashKeyWords(filename, testProcess, SIGTRAP)); in HWTEST_F()
198 ASSERT_TRUE(CheckCppCrashKeyWords(filename, testProcess, SIGABRT)); in HWTEST_F()
217 ASSERT_TRUE(CheckCppCrashKeyWords(filename, testProcess, SIGBUS)); in HWTEST_F()
236 ASSERT_TRUE(CheckCppCrashKeyWords(filename, testProcess, SIGFPE)); in HWTEST_F()
256 ASSERT_TRUE(CheckCppCrashKeyWords(filename, testProcess, SIGSEGV)); in HWTEST_F()
275 ASSERT_TRUE(CheckCppCrashKeyWords(filename, testProcess, SIGSTKFLT)); in HWTEST_F()
294 ASSERT_TRUE(CheckCppCrashKeyWords(filename, testProcess, SIGSYS)); in HWTEST_F()
346 ASSERT_TRUE(CheckCppCrashKeyWords(filenam in HWTEST_F()
[all...]

Completed in 3 milliseconds