Searched refs:sigKeyword (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | signal_test.cpp | 67 std::string sigKeyword = "Signal:"; variable 69 sigKeyword += sigKey.second; 72 ASSERT_TRUE(sigStr.find(sigKeyword) != std::string::npos); 288 std::string sigKeyword = "Signal:"; variable 289 sigKeyword += sigKey.second; 291 sigKeyword = sigKeyword + "(" + code.second + ")"; 294 ASSERT_TRUE(sigStr.find(sigKeyword) != std::string::npos);
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/ |
H A D | signal_handler_test.cpp | 71 string sigKeyword = ""; in CheckThreadCrashKeyWords() local 74 sigKeyword = iter->second; in CheckThreadCrashKeyWords() 77 "Pid:" + to_string(pid), "Uid:", "name:./test_signalhandler", sigKeyword, in CheckThreadCrashKeyWords() 99 string sigKeyword = ""; in CheckCrashKeyWords() local 102 sigKeyword = iter->second; in CheckCrashKeyWords() 105 "Pid:" + to_string(pid), "Uid:", "name:./test_signalhandler", sigKeyword, in CheckCrashKeyWords()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/local_handler/ |
H A D | local_handler_test.cpp | 74 string sigKeyword = ""; in CheckLocalCrashKeyWords() local 77 sigKeyword = iter->second; in CheckLocalCrashKeyWords() 82 sigKeyword, "Tid:", "#00", "x0:", "test_localhandler" in CheckLocalCrashKeyWords() 87 sigKeyword, "Tid:", "#00", "test_localhandler" in CheckLocalCrashKeyWords()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
H A D | dfx_processdump_test.cpp | 121 string sigKeyword = ""; in CheckCppCrashKeyWords() local 124 sigKeyword = iter->second; in CheckCppCrashKeyWords() 127 …"Pid:" + to_string(pid), "Uid:", "test_processdump", sigKeyword, "Tid:", "#00", "Registers:", REGI… in CheckCppCrashKeyWords()
|