Searched refs:sensorPaths (Results 1 – 4 of 4) sorted by relevance
/openbmc/telemetry/src/ |
H A D | report_factory.cpp | 97 const std::vector<LabeledSensorInfo>& sensorPaths) const in getSensors() 102 sensorPaths, in getSensors() 144 auto [sensorPaths, operationType, collectionTimeScope, in getMetricParamsFromSensorTree() 149 for (const auto& [sensorPath, metadata] : sensorPaths) in getMetricParamsFromSensorTree() 164 if (sensorParameters.size() != sensorPaths.size()) in getMetricParamsFromSensorTree()
|
H A D | report_factory.hpp | 43 Sensors getSensors(const std::vector<LabeledSensorInfo>& sensorPaths) const;
|
/openbmc/dbus-sensors/src/psu/ |
H A D | PSUSensorMain.cpp | 537 std::vector<std::filesystem::path> sensorPaths; in createSensorsCallback() 538 if (!findFiles(directory, devParamMap[devType].matchRegEx, sensorPaths, in createSensorsCallback() 546 if (!findFiles(directory, R"(\w\d+_max$)", sensorPaths, 0)) in createSensorsCallback() 568 for (const auto& sensorPath : sensorPaths) in createSensorsCallback() 536 std::vector<std::filesystem::path> sensorPaths; createSensorsCallback() local
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | sensors.hpp | 93 constexpr auto sensorPaths = getSensorPaths(); variable 117 {sensors::sensorsNodeStr, dbus::sensorPaths}, 2385 asyncResp, chassisId, sensors::dbus::sensorPaths, in handleSensorCollectionGet() 2397 getChassis(asyncResp, chassisId, sensors::sensorsNodeStr, dbus::sensorPaths, in handleSensorCollectionGet()
|