Home
last modified time | relevance | path

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

/openbmc/bmcweb/test/redfish-core/include/utils/
H A Dsensor_utils_test.cpp124 SensorPaths sensorPaths; in TEST() local
126 sensorPaths, in TEST()
141 SensorPaths sensorPaths; in TEST() local
143 sensorPaths, in TEST()
160 SensorPaths sensorPaths; in TEST() local
162 sensorPaths, in TEST()
/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.cpp545 std::vector<std::filesystem::path> sensorPaths; in createSensorsCallback() local
546 if (!findFiles(directory, devParamMap[devType].matchRegEx, sensorPaths, in createSensorsCallback()
554 if (!findFiles(directory, R"(\w\d+_max$)", sensorPaths, 0)) in createSensorsCallback()
573 for (const auto& sensorPath : sensorPaths) in createSensorsCallback()
/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp95 constexpr auto sensorPaths = getSensorPaths(); variable
119 {sensors::sensorsNodeStr, dbus::sensorPaths},
2418 asyncResp, chassisId, sensors::dbus::sensorPaths, in handleSensorCollectionGet()
2430 getChassis(asyncResp, chassisId, sensors::sensorsNodeStr, dbus::sensorPaths, in handleSensorCollectionGet()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsensor_utils.hpp312 for (const auto& [sensorPaths, operationType, metricId, duration] : in updateSensorStatistics()