Searched refs:CheckKeyWords (Results 1 - 9 of 9) sorted by relevance
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/ |
H A D | faultevent_listener.h | 32 bool CheckKeyWords();
|
H A D | faultevent_listener.cpp | 58 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 D | dfx_test_util.h | 84 int CheckKeyWords(const std::string& filePath, std::string *keywords, int length, int minRegIdx);
|
H A D | dfx_test_util.cpp | 144 int CheckKeyWords(const std::string& filePath, std::string *keywords, int length, int minRegIdx) in CheckKeyWords() function
|
/base/hiviewdfx/faultloggerd/test/systemtest/ |
H A D | faultloggerd_system_test.cpp | 149 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 D | signal_handler_test.cpp | 82 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 D | faultlogger_unittest.cpp | 690 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 D | dfx_processdump_test.cpp | 133 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 D | local_handler_test.cpp | 93 return CheckKeyWords(filePath, keywords, length, minRegIdx) == length; in CheckLocalCrashKeyWords()
|
Completed in 9 milliseconds