Searched refs:GetKeywordsNum (Results 1 - 9 of 9) sorted by relevance
/base/hiviewdfx/faultloggerd/test/systemtest/ |
H A D | dumpcatcher_system_test.cpp | 480 int count = GetKeywordsNum(msg, log, sizeof(log) / sizeof(log[0])); in HWTEST_F() 505 int count = GetKeywordsNum(msg, log, sizeof(log) / sizeof(log[0])); in HWTEST_F() 533 int count = GetKeywordsNum(msg, log, sizeof(log) / sizeof(log[0])); in HWTEST_F() 562 int count = GetKeywordsNum(msg, log, sizeof(log) / sizeof(log[0])); in HWTEST_F() 591 int count = GetKeywordsNum(msg, log, sizeof(log) / sizeof(log[0])); in HWTEST_F() 620 int count = GetKeywordsNum(msg, log, sizeof(log) / sizeof(log[0])); in HWTEST_F() 679 int count = GetKeywordsNum(procDumpLog, log, sizeof(log) / sizeof(log[0])); in HWTEST_F() 699 int count = GetKeywordsNum(procDumpLog, log, sizeof(log) / sizeof(log[0])); in HWTEST_F() 723 int count = GetKeywordsNum(procDumpLog, log, sizeof(log) / sizeof(log[0])); in HWTEST_F() 744 int count = GetKeywordsNum(procDumpLo in HWTEST_F() [all...] |
/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/ |
H A D | dumpcatcher_command_test.cpp | 77 int count = GetKeywordsNum(dumpRes, log, len); in HWTEST_F() 98 int count = GetKeywordsNum(dumpRes, log, len); in HWTEST_F() 130 int count = GetKeywordsNum(dumpRes, log, len); in HWTEST_F() 162 int count = GetKeywordsNum(dumpRes, log, len); in HWTEST_F() 194 int count = GetKeywordsNum(dumpRes, log, len); in HWTEST_F() 225 int count = GetKeywordsNum(procDumpLog, log, expectNum); in HWTEST_F() 245 int count = GetKeywordsNum(procDumpLog, log, len); in HWTEST_F()
|
H A D | dumpcatcher_interfaces_test.cpp | 161 int count = GetKeywordsNum(msg, log, len); in HWTEST_F() 230 int count = GetKeywordsNum(msg, log, len); in HWTEST_F() 277 int count = GetKeywordsNum(msg, matchLogArray.get(), matchLogCount); in HWTEST_F() 304 int count = GetKeywordsNum(msg, log, len); in HWTEST_F() 350 int count = GetKeywordsNum(msg, log, len); in HWTEST_F() 384 int count = GetKeywordsNum(msg, log, len); in HWTEST_F() 418 int count = GetKeywordsNum(msg, log, len); in HWTEST_F()
|
/base/hiviewdfx/faultloggerd/test/unittest/sigdump_handler/ |
H A D | sigdump_handler_test.cpp | 86 int count = GetKeywordsNum(msg, log, len); in HWTEST_F()
|
/base/hiviewdfx/faultloggerd/test/utils/ |
H A D | dfx_test_util.h | 86 int GetKeywordsNum(const std::string& msg, std::string *keywords, int length);
|
H A D | dfx_test_util.cpp | 199 int GetKeywordsNum(const std::string& msg, std::string *keywords, int length) in GetKeywordsNum() function
|
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
H A D | dfx_processdump_test.cpp | 311 int count = GetKeywordsNum(procDumpLog, log, expectNum); in HWTEST_F() 329 int count = GetKeywordsNum(procDumpLog, log, expectNum); in HWTEST_F()
|
/base/hiviewdfx/faultloggerd/test/unittest/backtrace/ |
H A D | backtrace_local_test.cpp | 190 int count = GetKeywordsNum(str, log, logSize); in HWTEST_F()
|
/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | unwinder_test.cpp | 398 int count = GetKeywordsNum(framesStr, log, len); in HWTEST_F()
|
Completed in 8 milliseconds