Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/faultlogger/test/common/
H A Dfaultevent_listener.h32 bool CheckKeyWords();
H A Dfaultevent_listener.cpp58 bool FaultEventListener::CheckKeyWords() in CheckKeyWords() function in OHOS::HiviewDFX::FaultEventListener
60 std::cout << "Enter CheckKeyWords" << std::endl; in CheckKeyWords()
/base/hiviewdfx/faultloggerd/test/utils/
H A Ddfx_test_util.h84 int CheckKeyWords(const std::string& filePath, std::string *keywords, int length, int minRegIdx);
H A Ddfx_test_util.cpp144 int CheckKeyWords(const std::string& filePath, std::string *keywords, int length, int minRegIdx) in CheckKeyWords() function
/base/hiviewdfx/faultloggerd/test/systemtest/
H A Dfaultloggerd_system_test.cpp149 return CheckKeyWords(filePath, log, expectNum, minRegIdx) == expectNum; in CheckCountNum()
160 return CheckKeyWords(filePath, log, expectNum, minRegIdx) == expectNum; in CheckCountNumAbort()
172 return CheckKeyWords(filePath, log, expectNum, minRegIdx) == expectNum; in CheckCountNumNullpointer()
183 return CheckKeyWords(filePath, log, expectNum, minRegIdx) == expectNum; in CheckCountNumStackOverFlow()
194 return CheckKeyWords(filePath, log, expectNum, minRegIdx) == expectNum; in CheckCountNumPCZero()
205 return CheckKeyWords(filePath, log, expectNum, minRegIdx) == expectNum; in CheckCountNumOverStack()
217 return CheckKeyWords(filePath, log, expectNum, minRegIdx) == expectNum; in CheckCountNumMultiThread()
278 return CheckKeyWords(filePath, log, expectNum, minRegIdx) == expectNum; in CheckCountNumStackTop()
290 return CheckKeyWords(filePath, log, expectNum, minRegIdx) == expectNum; in CheckCppCrashAllLabelKeywords()
303 return CheckKeyWords(filePat in CheckCppCrashAsyncStackEnableKeywords()
[all...]
/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/
H A Dsignal_handler_test.cpp82 return CheckKeyWords(filePath, keywords, length, minRegIdx) == length; in CheckThreadCrashKeyWords()
110 return CheckKeyWords(filePath, keywords, length, minRegIdx) == length; in CheckCrashKeyWords()
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlogger_unittest.cpp690 ASSERT_TRUE(faultEventListener->CheckKeyWords()); in HWTEST_F()
794 ASSERT_TRUE(faultEventListener->CheckKeyWords()); in HWTEST_F()
1191 ASSERT_TRUE(faultEventListener->CheckKeyWords()); in HWTEST_F()
1215 ASSERT_TRUE(faultEventListener->CheckKeyWords()); in HWTEST_F()
1258 ASSERT_TRUE(faultEventListener->CheckKeyWords()); in HWTEST_F()
1303 ASSERT_TRUE(faultEventListener->CheckKeyWords()); in HWTEST_F()
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Ddfx_processdump_test.cpp133 int count = CheckKeyWords(filePath, keywords, length, minRegIdx); in CheckCppCrashKeyWords()
142 int count = CheckKeyWords(filePath, keywords, length, minRegIdx); in CheckCppCrashExtraKeyWords()
/base/hiviewdfx/faultloggerd/test/unittest/local_handler/
H A Dlocal_handler_test.cpp93 return CheckKeyWords(filePath, keywords, length, minRegIdx) == length; in CheckLocalCrashKeyWords()

Completed in 9 milliseconds