Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/interfaces/native/innerkits/include/
H A Ddump_common_utils.h56 static bool GetUserPids(std::vector<int> &pids);
/ohos5.0/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_common_utils.cpp192 bool DumpCommonUtils::GetUserPids(std::vector<int> &pids) in GetUserPids() function in OHOS::HiviewDFX::DumpCommonUtils
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_configutils_test.cpp414 ASSERT_TRUE(DUMP_COMMON_UTILS.GetUserPids(pids));
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_info.cpp641 bool success = DumpCommonUtils::GetUserPids(pids_); in GetPids()