Searched refs:minRegIdx (Results 1 – 5 of 5) sorted by relevance
/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/ |
D | signal_handler_test.cpp | 86 int minRegIdx = -1; in CheckLocalCrashKeyWords() local 87 return CheckKeyWords(filePath, keywords, length, minRegIdx) == length; in CheckLocalCrashKeyWords() 110 int minRegIdx = -1; in CheckThreadCrashKeyWords() local 111 return CheckKeyWords(filePath, keywords, length, minRegIdx) == length; in CheckThreadCrashKeyWords() 138 int minRegIdx = -1; in CheckCrashKeyWords() local 139 return CheckKeyWords(filePath, keywords, length, minRegIdx) == length; in CheckCrashKeyWords()
|
/base/hiviewdfx/faultloggerd/test/systemtest/ |
D | faultloggerd_system_test.cpp | 136 int minRegIdx = 6; // 6 : index of first REGISTERS - 1 in CheckCountNum() local 138 return CheckKeyWords(filePath, log, expectNum, minRegIdx) == expectNum; in CheckCountNum() 147 int minRegIdx = 8; // 8 : index of first REGISTERS - 1 in CheckCountNumAbort() local 149 return CheckKeyWords(filePath, log, expectNum, minRegIdx) == expectNum; in CheckCountNumAbort() 158 int minRegIdx = 6; // 6 : index of first REGISTERS - 1 in CheckCountNumPCZero() local 160 return CheckKeyWords(filePath, log, expectNum, minRegIdx) == expectNum; in CheckCountNumPCZero() 169 int minRegIdx = 6; // 6 : index of first REGISTERS - 1 in CheckCountNumOverStack() local 171 return CheckKeyWords(filePath, log, expectNum, minRegIdx) == expectNum; in CheckCountNumOverStack() 181 int minRegIdx = 6; // 6 : index of first REGISTERS - 1 in CheckCountNumMultiThread() local 183 return CheckKeyWords(filePath, log, expectNum, minRegIdx) == expectNum; in CheckCountNumMultiThread() [all …]
|
/base/hiviewdfx/faultloggerd/test/utils/ |
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()
|
D | dfx_test_util.h | 55 int CheckKeyWords(const std::string& filePath, std::string *keywords, int length, int minRegIdx);
|
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
D | dfx_processdump_test.cpp | 100 int minRegIdx = 6; // 6 : index of REGISTERS in CheckCppCrashKeyWords() local 101 int count = CheckKeyWords(filePath, keywords, length, minRegIdx); in CheckCppCrashKeyWords()
|