Home
last modified time | relevance | path

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

/openbmc/telemetry/src/
H A Dreport_factory.cpp95 const std::vector<LabeledSensorInfo>& sensorPaths) const in getSensors()
99 return utils::transform(sensorPaths, in getSensors()
141 auto [sensorPaths, operationType, collectionTimeScope, in getMetricParamsFromSensorTree()
146 for (const auto& [sensorPath, metadata] : sensorPaths) in getMetricParamsFromSensorTree()
161 if (sensorParameters.size() != sensorPaths.size()) in getMetricParamsFromSensorTree()
H A Dreport_factory.hpp44 Sensors getSensors(const std::vector<LabeledSensorInfo>& sensorPaths) const;
/openbmc/dbus-sensors/src/psu/
H A DPSUSensorMain.cpp531 std::vector<fs::path> sensorPaths; in createSensorsCallback() local
532 if (!findFiles(directory, devParamMap[devType].matchRegEx, sensorPaths, in createSensorsCallback()
540 if (!findFiles(directory, R"(\w\d+_max$)", sensorPaths, 0)) in createSensorsCallback()
562 for (const auto& sensorPath : sensorPaths) in createSensorsCallback()
/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp85 constexpr auto sensorPaths = getSensorPaths(); variable
109 {sensors::sensorsNodeStr, dbus::sensorPaths},
2378 asyncResp, chassisId, sensors::dbus::sensorPaths, in handleSensorCollectionGet()
2390 getChassis(asyncResp, chassisId, sensors::sensorsNodeStr, dbus::sensorPaths, in handleSensorCollectionGet()