Searched refs:sensorPaths (Results 1 – 6 of 6) sorted by relevance
| /openbmc/bmcweb/test/redfish-core/include/utils/ |
| H A D | sensor_utils_test.cpp | 124 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 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 | 545 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 D | sensors.hpp | 95 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 D | sensor_utils.hpp | 312 for (const auto& [sensorPaths, operationType, metricId, duration] : in updateSensorStatistics()
|