Lines Matching defs:dumplog

252     DfxDumpCatcher dumplog;
255 bool ret = dumplog.DumpCatch(g_loopAppPid, 0, msg);
272 DfxDumpCatcher dumplog;
274 bool ret = dumplog.DumpCatch(g_loopAppPid, g_loopAppPid, msg);
290 DfxDumpCatcher dumplog;
296 bool ret = dumplog.DumpCatch(g_loopAppPid, tid, msg);
312 DfxDumpCatcher dumplog;
314 bool ret = dumplog.DumpCatch(g_loopSysPid, 0, msg);
334 DfxDumpCatcher dumplog;
336 bool ret = dumplog.DumpCatch(g_loopRootPid, 0, msg);
354 DfxDumpCatcher dumplog;
356 bool ret = dumplog.DumpCatch(9999, 0, msg);
373 DfxDumpCatcher dumplog;
375 bool ret = dumplog.DumpCatch(g_loopAppPid, 9999, msg);
393 DfxDumpCatcher dumplog;
395 bool ret = dumplog.DumpCatch(g_loopAppPid, g_loopSysPid, msg);
414 DfxDumpCatcher dumplog;
416 bool ret = dumplog.DumpCatch(0, g_loopAppPid, msg);
433 DfxDumpCatcher dumplog;
435 bool ret = dumplog.DumpCatch(-11, 0, msg);
452 DfxDumpCatcher dumplog;
454 bool ret = dumplog.DumpCatch(g_loopRootPid, -11, msg);
472 DfxDumpCatcher dumplog;
474 bool ret = dumplog.DumpCatch(g_loopSysPid, 0, msg);
497 DfxDumpCatcher dumplog;
499 bool ret = dumplog.DumpCatch(g_loopRootPid, 0, msg);
523 DfxDumpCatcher dumplog;
525 bool ret = dumplog.DumpCatch(g_loopAppPid, 0, msg);
552 DfxDumpCatcher dumplog;
554 bool ret = dumplog.DumpCatch(g_loopRootPid, 0, msg);
581 DfxDumpCatcher dumplog;
583 bool ret = dumplog.DumpCatch(g_loopSysPid, 0, msg);
610 DfxDumpCatcher dumplog;
612 bool ret = dumplog.DumpCatch(g_loopAppPid, 0, msg);
637 DfxDumpCatcher dumplog;
639 bool ret = dumplog.DumpCatch(g_loopAppPid, g_loopRootPid, msg);
656 DfxDumpCatcher dumplog;
658 bool ret = dumplog.DumpCatch(g_loopRootPid, g_loopAppPid, msg);
1217 DfxDumpCatcher dumplog;
1219 bool ret = dumplog.DumpCatch(g_loopAppPid, 0, msg);
1255 DfxDumpCatcher dumplog;
1257 bool ret = dumplog.DumpCatch(g_unsignedLoopSysPid, g_unsignedLoopSysPid, msg);
1278 DfxDumpCatcher dumplog;
1280 bool ret = dumplog.DumpCatch(g_unsignedLoopSysPid, g_unsignedLoopSysPid, msg);
1346 DfxDumpCatcher dumplog;
1349 bool ret = dumplog.DumpCatch(pid, 0, msg);
1404 DfxDumpCatcher dumplog;
1406 if (!dumplog.DumpCatch(pid, 0, msg)) {
1419 DfxDumpCatcher dumplog;
1421 if (dumplog.DumpCatch(targetPid, 0, msg)) {