Home
last modified time | relevance | path

Searched refs:sensorTypes (Results 1 – 12 of 12) sorted by relevance

/openbmc/dbus-sensors/src/adc/
H A DADCSensorMain.cpp56 static constexpr auto sensorTypes{std::to_array<const char*>({"ADC"})}; variable
134 for (const char* type : sensorTypes) in createSensors()
313 std::vector<std::string>{sensorTypes.begin(), sensorTypes.end()}); in createSensors()
408 setupPropertiesChangedMatches(*systemBus, sensorTypes, eventHandler); in main()
/openbmc/dbus-sensors/src/fan/
H A DFanMain.cpp57 static auto sensorTypes{std::to_array<const char*>( variable
69 static_assert(std::tuple_size<decltype(sensorTypes)>::value == FanTypes::max,
317 std::string cfgIntf = configInterfaceName(sensorTypes[fanType]); in createSensors()
338 baseType = sensorTypes[fanType]; in createSensors()
650 std::vector<std::string>{sensorTypes.begin(), sensorTypes.end()}, in createSensors()
702 setupPropertiesChangedMatches(*systemBus, sensorTypes, eventHandler); in main()
/openbmc/fb-ipmi-oem/include/
H A Dsensorutils.hpp122 sensorTypes{{{"temperature", SensorTypeCodes::temperature}, variable
152 auto findSensor = sensorTypes.find(type.c_str()); in getSensorTypeFromPath()
153 if (findSensor != sensorTypes.end()) in getSensorTypeFromPath()
/openbmc/dbus-sensors/src/
H A DDeviceMgmt.hpp98 const I2CDeviceTypeMap& sensorTypes) in instantiateDevices() argument
147 getI2CDeviceParams(sensorTypes, cfg); in instantiateDevices()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsdrutils.cpp53 sensorTypes{ variable
331 auto findSensor = sensorTypes.find(type.c_str()); in getSensorTypeFromPath()
332 if (findSensor != sensorTypes.end()) in getSensorTypeFromPath()
364 auto findSensor = sensorTypes.find(type.c_str()); in getSensorEventTypeFromPath()
365 if (findSensor != sensorTypes.end()) in getSensorEventTypeFromPath()
/openbmc/dbus-sensors/src/hwmon-temp/
H A DHwmonTempMain.cpp65 static const I2CDeviceTypeMap sensorTypes{ variable
290 instantiateDevices(sensorConfigurations, sensors, sensorTypes); in createSensors()
547 types.reserve(sensorTypes.size()); in createSensors()
548 for (const auto& [type, dt] : sensorTypes) in createSensors()
653 setupPropertiesChangedMatches(*systemBus, sensorTypes, eventHandler); in main()
/openbmc/phosphor-modbus/rtu/device/
H A Dbase_config.cpp96 static const auto sensorTypes = std::unordered_map<
123 auto type = sensorTypes.find(registerType); in processRegisterType()
124 if (type == sensorTypes.end()) in processRegisterType()
/openbmc/dbus-sensors/src/psu/
H A DPSUSensorMain.cpp66 static const I2CDeviceTypeMap sensorTypes{ variable
322 auto devices = instantiateDevices(sensorConfigs, sensors, sensorTypes); in createSensorsCallback()
351 if (!sensorTypes.contains(pmbusName)) in createSensorsCallback()
411 for (const auto& [type, dt] : sensorTypes) in createSensorsCallback()
1077 types.reserve(sensorTypes.size()); in createSensors()
1078 for (const auto& [type, dt] : sensorTypes) in createSensors()
1254 setupPropertiesChangedMatches(*systemBus, sensorTypes, eventHandler); in main()
/openbmc/dbus-sensors/src/intel-cpu/
H A DIntelCPUSensorMain.cpp102 static constexpr auto sensorTypes{std::to_array<const char*>({"XeonCPU"})}; variable
250 for (const char* type : sensorTypes) in createSensors()
694 for (const char* type : sensorTypes) in getCpuConfig()
705 for (const char* type : sensorTypes) in getCpuConfig()
842 setupPropertiesChangedMatches(*systemBus, sensorTypes, eventHandler); in main()
/openbmc/intel-ipmi-oem/include/
H A Dsdrutils.hpp361 sensorTypes{{{"temperature", SensorTypeCodes::temperature}, variable
391 auto findSensor = sensorTypes.find(type.c_str()); in getSensorTypeFromPath()
392 if (findSensor != sensorTypes.end()) in getSensorTypeFromPath()
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsdrutils.hpp331 sensorTypes;
/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp360 std::span<const std::string_view> sensorTypes, in reduceSensorList() argument
379 for (std::string_view type : sensorTypes) in reduceSensorList()
432 std::span<const std::string_view> sensorTypes, in getChassis() argument
443 sensorTypes](const boost::system::error_code& ec, in getChassis()
483 sensorPath, [asyncResp, chassisSubNode, sensorTypes, in getChassis()
500 sensorTypes, &nodeSensorList, in getChassis()