Searched refs:sensorList (Results 1 – 6 of 6) sorted by relevance
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | environment_metrics.hpp | 67 const std::shared_ptr<sensor_utils::SensorServicePathList>& sensorList) in handleTotalPowerList() argument 69 BMCWEB_LOG_DEBUG("handleTotalPowerList: {}", sensorList->size()); in handleTotalPowerList() 82 if (sensorList->size() != 1) in handleTotalPowerList() 84 if (sensorList->empty()) in handleTotalPowerList() 90 sensorList->size()); in handleTotalPowerList() 95 const std::string& serviceName = (*sensorList)[0].first; in handleTotalPowerList() 96 const std::string& sensorPath = (*sensorList)[0].second; in handleTotalPowerList() 133 std::shared_ptr<sensor_utils::SensorServicePathList> sensorList = in getTotalPowerSensor() local 138 sensor_utils::SensorPurpose::totalPower, sensorList, in getTotalPowerSensor()
|
| /openbmc/phosphor-fan-presence/monitor/ |
| H A D | types.hpp | 127 std::vector<SensorDefinition> sensorList; member
|
| H A D | json_parser.cpp | 377 .sensorList = std::move(sensorDefs), in getFanDefs()
|
| H A D | fan.cpp | 64 for (const auto& s : def.sensorList) in Fan()
|
| /openbmc/phosphor-host-ipmid/dbus-sdr/ |
| H A D | sensorcommands.cpp | 2527 std::vector<sensorInfo> sensorList; in getSensorsByEntityId() local 2533 return std::make_tuple(totalInstSensor, sensorList); in getSensorsByEntityId() 2539 return std::make_tuple(totalInstSensor, sensorList); in getSensorsByEntityId() 2595 if (!sensorList.empty()) in getSensorsByEntityId() 2608 sensorList.emplace_back(sensorObjPath, sensorTypeValue, in getSensorsByEntityId() 2621 sensorList.emplace_back(sensorObjPath, sensorTypeValue, in getSensorsByEntityId() 2638 sort(sensorList.begin(), sensorList.end(), cmpFunc); in getSensorsByEntityId() 2640 return std::make_tuple(totalInstSensor, sensorList); in getSensorsByEntityId() 2716 const auto& [totalSensorInst, sensorList] = in getSensorInfo() 2719 if (sensorList.empty()) in getSensorInfo() [all …]
|
| /openbmc/dbus-sensors/src/fan/ |
| H A D | FanMain.cpp | 253 std::vector<std::string> sensorList; in createRedundancySensor() 257 sensorList.push_back( in createRedundancySensor() 263 std::get<uint64_t>(findCount->second), sensorList, in createRedundancySensor() 252 std::vector<std::string> sensorList; createRedundancySensor() local
|