/base/hiviewdfx/faultloggerd/test/systemtest/ |
H A D | faultloggerd_system_test.cpp | 147 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 D | dfx_processdump_test.cpp | 132 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 D | dfx_test_util.cpp | 144 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 D | dfx_test_util.h | 84 int CheckKeyWords(const std::string& filePath, std::string *keywords, int length, int minRegIdx);
|
/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/ |
H A D | signal_handler_test.cpp | 81 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 D | local_handler_test.cpp | 92 int minRegIdx = -1; in CheckLocalCrashKeyWords() local 93 return CheckKeyWords(filePath, keywords, length, minRegIdx) == length; in CheckLocalCrashKeyWords()
|