Home
last modified time | relevance | path

Searched refs:CheckKeyWords (Results 1 – 8 of 8) sorted by relevance

/base/hiviewdfx/hiview/plugins/faultlogger/test/common/
Dfaultevent_listener.h32 bool CheckKeyWords();
Dfaultevent_listener.cpp58 bool FaultEventListener::CheckKeyWords() in CheckKeyWords() function in OHOS::HiviewDFX::FaultEventListener
/base/hiviewdfx/faultloggerd/test/utils/
Ddfx_test_util.h55 int CheckKeyWords(const std::string& filePath, std::string *keywords, int length, int minRegIdx);
Ddfx_test_util.cpp144 int CheckKeyWords(const std::string& filePath, std::string *keywords, int length, int minRegIdx) in CheckKeyWords() function
/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/
Dsignal_handler_test.cpp87 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/
Dfaultloggerd_system_test.cpp138 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/
Dfaultlogger_unittest.cpp282 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/
Ddfx_processdump_test.cpp101 int count = CheckKeyWords(filePath, keywords, length, minRegIdx); in CheckCppCrashKeyWords()