Home
last modified time | relevance | path

Searched refs:DumpCatchMultiPid (Results 1 - 5 of 5) sorted by relevance

/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/
H A Ddumpcatcher_interfaces_test.cpp138 * @tc.desc: test DumpCatchMultiPid API: multiPid{PID(accountmgr), PID(foundation)}
153 bool ret = dumplog.DumpCatchMultiPid(multiPid, msg); in HWTEST_F()
168 * @tc.desc: test DumpCatchMultiPid API: multiPid{0, 0}
181 bool ret = dumplog.DumpCatchMultiPid(multiPid, msg); in HWTEST_F()
189 * @tc.desc: test DumpCatchMultiPid API: multiPid{-11, -11}
202 bool ret = dumplog.DumpCatchMultiPid(multiPid, msg); in HWTEST_F()
210 * @tc.desc: test DumpCatchMultiPid API: multiPid{PID(accountmgr), 0}
224 bool ret = dumplog.DumpCatchMultiPid(multiPid, msg); in HWTEST_F()
237 * @tc.desc: test DumpCatchMultiPid API: multiPid{PID(accountmgr),PID(foundation),PID(systemui)}
267 bool ret = dumplog.DumpCatchMultiPid(multiPi in HWTEST_F()
[all...]
H A Ddumpcatcher_command_test.cpp267 ret = dump->DumpCatchMultiPid(pidV, msg); in HWTEST_F()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/include/
H A Ddfx_dump_catcher.h69 bool DumpCatchMultiPid(const std::vector<int> pidV, std::string& msg);
/base/hiviewdfx/faultloggerd/test/performancetest/src/
H A Dfaultloggerd_performance_test.cpp202 * @tc.desc: test DumpCatchMultiPid API: PID(root), TID(0)
215 dumplog.DumpCatchMultiPid(multiPid, msg); in HWTEST_F()
218 GTEST_LOG_(INFO) << "DumpCatchMultiPid API time(PID(root), PID(foundation)): " << timeInterval << "s"; in HWTEST_F()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp572 bool DfxDumpCatcher::DumpCatchMultiPid(const std::vector<int> pidV, std::string& msg) in DumpCatchMultiPid() function in OHOS::HiviewDFX::DfxDumpCatcher

Completed in 7 milliseconds