Searched refs:sensorPaths (Results 1 – 4 of 4) sorted by relevance
/openbmc/telemetry/src/ |
H A D | report_factory.cpp | 95 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 D | report_factory.hpp | 44 Sensors getSensors(const std::vector<LabeledSensorInfo>& sensorPaths) const;
|
/openbmc/dbus-sensors/src/psu/ |
H A D | PSUSensorMain.cpp | 531 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 D | sensors.hpp | 85 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()
|