Home
last modified time | relevance | path

Searched refs:GetPidInfos (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/interfaces/native/innerkits/include/
H A Ddump_common_utils.h49 static bool GetPidInfos(std::vector<PidInfo> &infos, bool all = false);
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_configutils_test.cpp404 ASSERT_TRUE(DUMP_COMMON_UTILS.GetPidInfos(infos));
408 ASSERT_TRUE(DUMP_COMMON_UTILS.GetPidInfos(infosAll, true));
/ohos5.0/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_common_utils.cpp151 bool DumpCommonUtils::GetPidInfos(std::vector<PidInfo> &infos, bool all) in GetPidInfos() function in OHOS::HiviewDFX::DumpCommonUtils
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_utils.cpp143 DumpCommonUtils::GetPidInfos(pidInfos_); in MergePidInfos()
160 DumpCommonUtils::GetPidInfos(pidInfos_); in MergeDebugPidInfos()