Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/interfaces/native/innerkits/include/
H A Ddump_common_utils.h42 static std::vector<std::string> GetSubNodes(const std::string &path, bool digit);
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_configutils_test.cpp369 std::vector<std::string> strs = DUMP_COMMON_UTILS.GetSubNodes(path, digit);
373 strs = DUMP_COMMON_UTILS.GetSubNodes(path, digit);
/ohos5.0/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_manager_service.cpp205 std::vector<std::string> fdList = DumpCommonUtils::GetSubNodes(taskPath, true); in GetFileDescriptorNums()
303 std::vector<std::string> fdList = DumpCommonUtils::GetSubNodes(taskPath, true); in CountFdNums()
H A Ddump_common_utils.cpp39 std::vector<std::string> DumpCommonUtils::GetSubNodes(const std::string &path, bool digit) in GetSubNodes() function in OHOS::HiviewDFX::DumpCommonUtils