Searched refs:devicePaths (Results 1 – 4 of 4) sorted by relevance
126 const std::unordered_map<std::string, std::string> &devicePaths) in IioEnergyMeterDataSelector() argument127 : kDevicePaths(std::move(devicePaths)) { in IioEnergyMeterDataSelector()
36 IioEnergyMeterDataSelector(const std::unordered_map<std::string, std::string> &devicePaths);
76 mPm.devicePaths.push_back(filePath); in findIioPowerMonitorNodes()91 for (const auto& path : mPm.devicePaths) { in parsePowerRails()175 for (const auto& devicePath : mPm.devicePaths) { in parseIioEnergyNodes()188 if (mPm.devicePaths.empty() || numRails == 0) { in PowerStats()
58 std::vector<std::string> devicePaths; member