Home
last modified time | relevance | path

Searched refs:MergeDebugPidInfos (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Dconfig_utils.h81 bool MergeDebugPidInfos(std::vector<DumpCommonUtils::PidInfo> &pidInfos, int pid);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_utils.cpp154 bool ConfigUtils::MergeDebugPidInfos(std::vector<DumpCommonUtils::PidInfo> &pidInfos, int pid) in MergeDebugPidInfos() function in OHOS::HiviewDFX::ConfigUtils
496 if (!MergeDebugPidInfos(currentPidInfos_, dumperOpts.processPid_)) { in HandleDumpProcesses()