Home
last modified time | relevance | path

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

/openbmc/telemetry/src/
H A Dreport_factory.cpp97 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 Dreport_factory.hpp43 Sensors getSensors(const std::vector<LabeledSensorInfo>& sensorPaths) const;
/openbmc/dbus-sensors/src/psu/
H A DPSUSensorMain.cpp537 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 Dsensors.hpp93 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()