Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dget_hardware_info.cpp139 std::vector<string> &groupPaths) in GetGroupOfPaths() argument
146 groupPaths.push_back(paths.at(i)); in GetGroupOfPaths()
170 vector<string> groupPaths; in GetHardwareUsage() local
171 GetGroupOfPaths(i, groupSize, paths, groupPaths); in GetHardwareUsage()
174 std::thread([promise = std::move(promise), groupPaths]() mutable { in GetHardwareUsage()
175 promise.set_value(CalcHardware(groupPaths)); in GetHardwareUsage()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H A Dget_hardware_info.h33 std::vector<std::string> &groupPaths);