Searched refs:applyPid (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/ |
H A D | dumpcatcher_interfaces_test.cpp | 317 int applyPid = 9999; variable 318 GTEST_LOG_(INFO) << "applyPid1:" << applyPid; 319 std::vector<int> multiPid {applyPid, applyPid}; 516 int applyPid = GetProcessPid(apply); variable 520 bool ret = dumplog.DumpCatchFd(applyPid, 0, msg, 1); 535 int applyPid = GetProcessPid(apply); variable 539 bool ret = dumplog.DumpCatchFd(applyPid, applyPid, msg, 1); 554 int applyPid = GetProcessPid(apply); variable 558 bool ret = dumplog.DumpCatchFd(applyPid, -1, msg, 1); 573 int applyPid = GetProcessPid(apply); variable [all …]
|