Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/test/systemtest/
H A Ddumpcatcher_system_test.cpp72 static pid_t g_loopRootPid = 0; variable
177 g_loopRootPid = pid; in LaunchCrasher()
179 curPid = g_loopRootPid; in LaunchCrasher()
180 GTEST_LOG_(INFO) << "Root ID: " << g_loopRootPid; in LaunchCrasher()
336 bool ret = dumplog.DumpCatch(g_loopRootPid, 0, msg);
454 bool ret = dumplog.DumpCatch(g_loopRootPid, -11, msg);
499 bool ret = dumplog.DumpCatch(g_loopRootPid, 0, msg);
554 bool ret = dumplog.DumpCatch(g_loopRootPid, 0, msg);
762 … string procCMD = "dumpcatcher -p " + to_string(g_loopRootPid) + " -t " + to_string(g_loopRootPid);
975 log[0] = log[0] + to_string(g_loopRootPid);
[all …]