Searched refs:CheckKeyWords (Results 1 – 8 of 8) sorted by relevance
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/ |
D | faultevent_listener.h | 32 bool CheckKeyWords();
|
D | faultevent_listener.cpp | 58 bool FaultEventListener::CheckKeyWords() in CheckKeyWords() function in OHOS::HiviewDFX::FaultEventListener
|
/base/hiviewdfx/faultloggerd/test/utils/ |
D | dfx_test_util.h | 55 int CheckKeyWords(const std::string& filePath, std::string *keywords, int length, int minRegIdx);
|
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/unittest/signal_handler/ |
D | signal_handler_test.cpp | 87 return CheckKeyWords(filePath, keywords, length, minRegIdx) == length; in CheckLocalCrashKeyWords() 111 return CheckKeyWords(filePath, keywords, length, minRegIdx) == length; in CheckThreadCrashKeyWords() 139 return CheckKeyWords(filePath, keywords, length, minRegIdx) == length; in CheckCrashKeyWords()
|
/base/hiviewdfx/faultloggerd/test/systemtest/ |
D | faultloggerd_system_test.cpp | 138 return CheckKeyWords(filePath, log, expectNum, minRegIdx) == expectNum; in CheckCountNum() 149 return CheckKeyWords(filePath, log, expectNum, minRegIdx) == expectNum; in CheckCountNumAbort() 160 return CheckKeyWords(filePath, log, expectNum, minRegIdx) == expectNum; in CheckCountNumPCZero() 171 return CheckKeyWords(filePath, log, expectNum, minRegIdx) == expectNum; in CheckCountNumOverStack() 183 return CheckKeyWords(filePath, log, expectNum, minRegIdx) == expectNum; in CheckCountNumMultiThread() 244 return CheckKeyWords(filePath, log, expectNum, minRegIdx) == expectNum; in CheckCountNumStackTop() 256 return CheckKeyWords(filePath, log, expectNum, minRegIdx) == expectNum; in CheckCppCrashAllLabelKeywords() 1053 int count = CheckKeyWords(fileName, log, expectNum, minRegIdx);
|
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/ |
D | faultlogger_unittest.cpp | 282 ASSERT_TRUE(faultEventListener->CheckKeyWords()); 351 ASSERT_TRUE(faultEventListener->CheckKeyWords()); 597 ASSERT_TRUE(faultEventListener->CheckKeyWords()); 622 ASSERT_TRUE(faultEventListener->CheckKeyWords());
|
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
D | dfx_processdump_test.cpp | 101 int count = CheckKeyWords(filePath, keywords, length, minRegIdx); in CheckCppCrashKeyWords()
|