Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
Dget_hardware_info.cpp135 std::vector<string> &groupPaths) in GetGroupOfPaths() argument
139 groupPaths.push_back(paths.at(i)); in GetGroupOfPaths()
162 vector<string> groupPaths; in GetHardwareUsage() local
163 GetGroupOfPaths(i, groupSize, paths, groupPaths); in GetHardwareUsage()
164 auto future = std::async(std::launch::async, CalcHardware, groupPaths); in GetHardwareUsage()
/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
Dget_hardware_info.h33 std::vector<std::string> &groupPaths);