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/
Ddfx_dump_catcher.h71 bool DumpCatchMultiPid(const std::vector<int> pidV, std::string& msg);
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
Ddfx_dump_catcher.cpp352 bool DfxDumpCatcher::DumpCatchMultiPid(const std::vector<int> pidV, std::string& msg) in DumpCatchMultiPid() argument
355 int pidSize = (int)pidV.size(); in DumpCatchMultiPid()
373 int pid = pidV[i]; in DumpCatchMultiPid()
/base/hiviewdfx/faultloggerd/
DREADME_zh.md96 * 支持批量抓栈:`bool DumpCatchMultiPid(const std::vector<int> pidV, std::string& msg);`