Home
last modified time | relevance | path

Searched refs:pidV (Results 1 - 3 of 3) sorted by relevance

/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/unittest/dump_catcher/
H A Ddumpcatcher_command_test.cpp266 std::vector<int> pidV; in HWTEST_F() local
267 ret = dump->DumpCatchMultiPid(pidV, msg); 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() argument
575 int pidSize = (int)pidV.size(); in DumpCatchMultiPid()
596 int pid = pidV[i]; in DumpCatchMultiPid()

Completed in 3 milliseconds