Lines Matching refs:DumpCatch
255 bool ret = dumplog.DumpCatch(g_loopAppPid, 0, msg);
274 bool ret = dumplog.DumpCatch(g_loopAppPid, g_loopAppPid, msg);
296 bool ret = dumplog.DumpCatch(g_loopAppPid, tid, msg);
314 bool ret = dumplog.DumpCatch(g_loopSysPid, 0, msg);
336 bool ret = dumplog.DumpCatch(g_loopRootPid, 0, msg);
356 bool ret = dumplog.DumpCatch(9999, 0, msg);
375 bool ret = dumplog.DumpCatch(g_loopAppPid, 9999, msg);
395 bool ret = dumplog.DumpCatch(g_loopAppPid, g_loopSysPid, msg);
416 bool ret = dumplog.DumpCatch(0, g_loopAppPid, msg);
435 bool ret = dumplog.DumpCatch(-11, 0, msg);
454 bool ret = dumplog.DumpCatch(g_loopRootPid, -11, msg);
474 bool ret = dumplog.DumpCatch(g_loopSysPid, 0, msg);
499 bool ret = dumplog.DumpCatch(g_loopRootPid, 0, msg);
525 bool ret = dumplog.DumpCatch(g_loopAppPid, 0, msg);
554 bool ret = dumplog.DumpCatch(g_loopRootPid, 0, msg);
583 bool ret = dumplog.DumpCatch(g_loopSysPid, 0, msg);
612 bool ret = dumplog.DumpCatch(g_loopAppPid, 0, msg);
639 bool ret = dumplog.DumpCatch(g_loopAppPid, g_loopRootPid, msg);
658 bool ret = dumplog.DumpCatch(g_loopRootPid, g_loopAppPid, msg);
1219 bool ret = dumplog.DumpCatch(g_loopAppPid, 0, msg);
1257 bool ret = dumplog.DumpCatch(g_unsignedLoopSysPid, g_unsignedLoopSysPid, msg);
1280 bool ret = dumplog.DumpCatch(g_unsignedLoopSysPid, g_unsignedLoopSysPid, msg);
1349 bool ret = dumplog.DumpCatch(pid, 0, msg);
1406 if (!dumplog.DumpCatch(pid, 0, msg)) {
1421 if (dumplog.DumpCatch(targetPid, 0, msg)) { in TestDumpCatch()