Home
last modified time | relevance | path

Searched refs:minRegIdx (Results 1 - 6 of 6) sorted by relevance

/base/hiviewdfx/faultloggerd/test/systemtest/
H A Dfaultloggerd_system_test.cpp147 int minRegIdx = 6; // 6 : index of first REGISTERS - 1 in CheckCountNum() local
149 return CheckKeyWords(filePath, log, expectNum, minRegIdx) == expectNum; in CheckCountNum()
158 int minRegIdx = 8; // 8 : index of first REGISTERS - 1 in CheckCountNumAbort() local
160 return CheckKeyWords(filePath, log, expectNum, minRegIdx) == expectNum; in CheckCountNumAbort()
170 int minRegIdx = 9; // 7 : index of first REGISTERS - 1 in CheckCountNumNullpointer() local
172 return CheckKeyWords(filePath, log, expectNum, minRegIdx) == expectNum; in CheckCountNumNullpointer()
181 int minRegIdx = 7; // 7 : index of first REGISTERS - 1 in CheckCountNumStackOverFlow() local
183 return CheckKeyWords(filePath, log, expectNum, minRegIdx) == expectNum; in CheckCountNumStackOverFlow()
192 int minRegIdx = 6; // 6 : index of first REGISTERS - 1 in CheckCountNumPCZero() local
194 return CheckKeyWords(filePath, log, expectNum, minRegIdx) in CheckCountNumPCZero()
203 int minRegIdx = 6; // 6 : index of first REGISTERS - 1 CheckCountNumOverStack() local
215 int minRegIdx = 6; // 6 : index of first REGISTERS - 1 CheckCountNumMultiThread() local
276 int minRegIdx = 6; // 6 : index of first REGISTERS - 1 CheckCountNumStackTop() local
288 int minRegIdx = 11; // 11 : index of first REGISTERS - 1 CheckCppCrashAllLabelKeywords() local
301 int minRegIdx = 11; // 11 : index of first REGISTERS - 1 CheckCppCrashAsyncStackEnableKeywords() local
313 int minRegIdx = 10; // 10 : index of first REGISTERS - 1 CheckCppCrashAsyncStackDisableKeywords() local
330 int minRegIdx = 8; // 8 : index of first REGISTERS - 1 CheckTestGetCrashObj() local
1132 int minRegIdx = 5; // 5 : index of first REGISTERS - 1 HWTEST_F() local
1313 int minRegIdx = 7; // 7 : index of first REGISTERS - 1 CheckMinidebugSymbols() local
[all...]
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Ddfx_processdump_test.cpp132 int minRegIdx = 6; // 6 : index of REGISTERS in CheckCppCrashKeyWords() local
133 int count = CheckKeyWords(filePath, keywords, length, minRegIdx); in CheckCppCrashKeyWords()
137 bool CheckCppCrashExtraKeyWords(const string& filePath, std::string *keywords, int length, int minRegIdx) in CheckCppCrashExtraKeyWords() argument
142 int count = CheckKeyWords(filePath, keywords, length, minRegIdx); in CheckCppCrashExtraKeyWords()
367 int minRegIdx = -1; // -1 : no not check register value in HWTEST_F() local
368 ASSERT_TRUE(CheckCppCrashExtraKeyWords(filename, keywords, length, minRegIdx)); in HWTEST_F()
391 int minRegIdx = -1; // -1 : no not check register value in HWTEST_F() local
392 ASSERT_TRUE(CheckCppCrashExtraKeyWords(filename, keywords, length, minRegIdx)); in HWTEST_F()
/base/hiviewdfx/faultloggerd/test/utils/
H A Ddfx_test_util.cpp144 int CheckKeyWords(const std::string& filePath, std::string *keywords, int length, int minRegIdx) in CheckKeyWords() argument
154 int maxRegIdx = minRegIdx + REGISTERS_NUM + 1; in CheckKeyWords()
159 if (minRegIdx != -1 && j > minRegIdx && // -1 : do not check register value in CheckKeyWords()
H A Ddfx_test_util.h84 int CheckKeyWords(const std::string& filePath, std::string *keywords, int length, int minRegIdx);
/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/
H A Dsignal_handler_test.cpp81 int minRegIdx = -1; in CheckThreadCrashKeyWords() local
82 return CheckKeyWords(filePath, keywords, length, minRegIdx) == length; in CheckThreadCrashKeyWords()
109 int minRegIdx = -1; in CheckCrashKeyWords() local
110 return CheckKeyWords(filePath, keywords, length, minRegIdx) == length; in CheckCrashKeyWords()
/base/hiviewdfx/faultloggerd/test/unittest/local_handler/
H A Dlocal_handler_test.cpp92 int minRegIdx = -1; in CheckLocalCrashKeyWords() local
93 return CheckKeyWords(filePath, keywords, length, minRegIdx) == length; in CheckLocalCrashKeyWords()

Completed in 6 milliseconds