Searched refs:GetSubNodes (Results 1 – 4 of 4) sorted by relevance
42 static std::vector<std::string> GetSubNodes(const std::string &path, bool digit);
369 std::vector<std::string> strs = DUMP_COMMON_UTILS.GetSubNodes(path, digit);373 strs = DUMP_COMMON_UTILS.GetSubNodes(path, digit);
205 std::vector<std::string> fdList = DumpCommonUtils::GetSubNodes(taskPath, true); in GetFileDescriptorNums()303 std::vector<std::string> fdList = DumpCommonUtils::GetSubNodes(taskPath, true); in CountFdNums()
39 std::vector<std::string> DumpCommonUtils::GetSubNodes(const std::string &path, bool digit) in GetSubNodes() function in OHOS::HiviewDFX::DumpCommonUtils