Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/test/systemtest/
H A Ddumpcatcher_system_test.cpp72 static pid_t g_loopRootPid = 0; member
177 g_loopRootPid = pid; in LaunchCrasher()
179 curPid = g_loopRootPid; in LaunchCrasher()
180 GTEST_LOG_(INFO) << "Root ID: " << g_loopRootPid; in LaunchCrasher()
186 if ((g_loopSysPid == pid) || (g_loopRootPid == pid)) { in LaunchCrasher()
224 system(("kill -9 " + to_string(g_loopRootPid)).c_str()); in StopCrasherLoop()
336 bool ret = dumplog.DumpCatch(g_loopRootPid, 0, msg); in HWTEST_F()
454 bool ret = dumplog.DumpCatch(g_loopRootPid, -11, msg); in HWTEST_F()
499 bool ret = dumplog.DumpCatch(g_loopRootPid, 0, msg); in HWTEST_F()
500 GTEST_LOG_(INFO) << "g_loopRootPid in HWTEST_F()
[all...]

Completed in 3 milliseconds