Lines Matching defs:msg
253 string msg = "";
255 bool ret = dumplog.DumpCatch(g_loopAppPid, 0, msg);
257 GTEST_LOG_(INFO) << "dump log : \n" << msg;
273 string msg = "";
274 bool ret = dumplog.DumpCatch(g_loopAppPid, g_loopAppPid, msg);
291 string msg = "";
296 bool ret = dumplog.DumpCatch(g_loopAppPid, tid, msg);
313 string msg = "";
314 bool ret = dumplog.DumpCatch(g_loopSysPid, 0, msg);
316 GTEST_LOG_(INFO) << "dump log : \n" << msg;
335 string msg = "";
336 bool ret = dumplog.DumpCatch(g_loopRootPid, 0, msg);
338 GTEST_LOG_(INFO) << "dump log : \n" << msg;
355 string msg = "";
356 bool ret = dumplog.DumpCatch(9999, 0, msg);
358 GTEST_LOG_(INFO) << "dump log : \n" << msg;
374 string msg = "";
375 bool ret = dumplog.DumpCatch(g_loopAppPid, 9999, msg);
377 GTEST_LOG_(INFO) << "dump log : \n" << msg;
394 string msg = "";
395 bool ret = dumplog.DumpCatch(g_loopAppPid, g_loopSysPid, msg);
397 GTEST_LOG_(INFO) << "dump log : \n" << msg;
415 string msg = "";
416 bool ret = dumplog.DumpCatch(0, g_loopAppPid, msg);
418 GTEST_LOG_(INFO) << "dump log : \n" << msg;
434 string msg = "";
435 bool ret = dumplog.DumpCatch(-11, 0, msg);
437 GTEST_LOG_(INFO) << "dump log : \n" << msg;
453 string msg = "";
454 bool ret = dumplog.DumpCatch(g_loopRootPid, -11, msg);
456 GTEST_LOG_(INFO) << "dump log : \n" << msg;
473 string msg = "";
474 bool ret = dumplog.DumpCatch(g_loopSysPid, 0, msg);
479 GTEST_LOG_(INFO) << "dump log : \n" << msg;
480 int count = GetKeywordsNum(msg, log, sizeof(log) / sizeof(log[0]));
498 string msg = "";
499 bool ret = dumplog.DumpCatch(g_loopRootPid, 0, msg);
504 GTEST_LOG_(INFO) << "dump log : \n" << msg;
505 int count = GetKeywordsNum(msg, log, sizeof(log) / sizeof(log[0]));
524 string msg = "";
525 bool ret = dumplog.DumpCatch(g_loopAppPid, 0, msg);
527 GTEST_LOG_(INFO) << "dump log : \n" << msg;
532 GTEST_LOG_(INFO) << "dump log : \n" << msg;
533 int count = GetKeywordsNum(msg, log, sizeof(log) / sizeof(log[0]));
553 string msg = "";
554 bool ret = dumplog.DumpCatch(g_loopRootPid, 0, msg);
556 GTEST_LOG_(INFO) << "dump log : \n" << msg;
561 GTEST_LOG_(INFO) << "dump log : \n" << msg;
562 int count = GetKeywordsNum(msg, log, sizeof(log) / sizeof(log[0]));
582 string msg = "";
583 bool ret = dumplog.DumpCatch(g_loopSysPid, 0, msg);
585 GTEST_LOG_(INFO) << "dump log : \n" << msg;
590 GTEST_LOG_(INFO) << "dump log : \n" << msg;
591 int count = GetKeywordsNum(msg, log, sizeof(log) / sizeof(log[0]));
611 string msg = "";
612 bool ret = dumplog.DumpCatch(g_loopAppPid, 0, msg);
614 GTEST_LOG_(INFO) << "dump log : \n" << msg;
619 GTEST_LOG_(INFO) << "dump log : \n" << msg;
620 int count = GetKeywordsNum(msg, log, sizeof(log) / sizeof(log[0]));
638 string msg = "";
639 bool ret = dumplog.DumpCatch(g_loopAppPid, g_loopRootPid, msg);
641 GTEST_LOG_(INFO) << "dump log : \n" << msg;
657 string msg = "";
658 bool ret = dumplog.DumpCatch(g_loopRootPid, g_loopAppPid, msg);
660 GTEST_LOG_(INFO) << "dump log : \n" << msg;
1218 string msg = "";
1219 bool ret = dumplog.DumpCatch(g_loopAppPid, 0, msg);
1221 GTEST_LOG_(INFO) << "dump log : \n" << msg;
1256 string msg = "";
1257 bool ret = dumplog.DumpCatch(g_unsignedLoopSysPid, g_unsignedLoopSysPid, msg);
1259 GTEST_LOG_(INFO) << msg;
1262 int count = GetKeywordsNum(msg, log, sizeof(log) / sizeof(log[0]));
1279 string msg = "";
1280 bool ret = dumplog.DumpCatch(g_unsignedLoopSysPid, g_unsignedLoopSysPid, msg);
1282 GTEST_LOG_(INFO) << msg;
1285 int count = GetKeywordsNum(msg, log, sizeof(log) / sizeof(log[0]));
1347 string msg = "";
1349 bool ret = dumplog.DumpCatch(pid, 0, msg);
1351 GTEST_LOG_(INFO) << "msg:\n" << msg;
1356 int count = GetKeywordsNum(msg, log, logSize);
1405 string msg = "";
1406 if (!dumplog.DumpCatch(pid, 0, msg)) {
1409 GTEST_LOG_(INFO) << msg;
1411 int count = GetKeywordsNum(msg, log, sizeof(log) / sizeof(log[0]));
1420 string msg = "";
1421 if (dumplog.DumpCatch(targetPid, 0, msg)) {
1426 int cnt = GetKeywordsNum(msg, log, sizeof(log) / sizeof(log[0]));
1433 if (msg.find("Result: pid(" + to_string(targetPid) + ") is dumping.") == string::npos) {