Home
last modified time | relevance | path

Searched refs:sigKeyword (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dsignal_test.cpp67 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 Dsignal_handler_test.cpp71 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 Dlocal_handler_test.cpp74 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 Ddfx_processdump_test.cpp121 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()