Searched refs:SensorValueIntf (Results 1 – 7 of 7) sorted by relevance
| /openbmc/phosphor-modbus/tests/ |
| H A D | test_sensors.cpp | 18 using SensorValueIntf = typedef 71 "{}/{}/{}", SensorValueIntf::namespace_path::value, in SensorsTest() 72 SensorValueIntf::namespace_path::temperature, fullSensorName); in SensorsTest() 115 auto properties = co_await SensorValueIntf(ctx) in testSensorCreation() 151 .pathSuffix = SensorValueIntf::namespace_path::temperature, in TEST_F() 152 .unit = SensorValueIntf::Unit::DegreesC, in TEST_F() 172 .pathSuffix = SensorValueIntf::namespace_path::temperature, in TEST_F() 173 .unit = SensorValueIntf::Unit::DegreesC, in TEST_F() 202 .pathSuffix = SensorValueIntf::namespace_path::temperature, in TEST_F() 203 .unit = SensorValueIntf::Unit::DegreesC, in TEST_F()
|
| H A D | test_device_events.cpp | 21 using SensorValueIntf = typedef 144 "{}/{}/{}", SensorValueIntf::namespace_path::value, in DeviceEventsTest() 145 SensorValueIntf::namespace_path::temperature, fullSensorName); in DeviceEventsTest() 161 SensorValueIntf::properties_t& properties, in verifyResult() 165 double expectedValue, SensorValueIntf::Unit expectedUnit) -> void in verifyResult() 209 .pathSuffix = SensorValueIntf::namespace_path::temperature, in testSensorCreation() 210 .unit = SensorValueIntf::Unit::DegreesC, in testSensorCreation() 236 auto properties = co_await SensorValueIntf(ctx) in testSensorCreation()
|
| H A D | test_events.cpp | 141 EventIntf::SensorValueIntf::Unit::DegreesC, assert); in testAssertEvent() 149 EventIntf::SensorValueIntf::Unit::DegreesC, assert); in testAssertEvent() 199 EventIntf::SensorValueIntf::Unit::DegreesC, deassert); in testDeassertEvent() 207 EventIntf::SensorValueIntf::Unit::DegreesC, deassert); in testDeassertEvent()
|
| /openbmc/phosphor-modbus/rtu/device/ |
| H A D | base_config.cpp | 97 std::string_view, std::pair<std::string_view, SensorValueIntf::Unit>>{ 99 {SensorValueIntf::namespace_path::fan_tach, SensorValueIntf::Unit::RPMS}}, 101 {SensorValueIntf::namespace_path::liquidflow, SensorValueIntf::Unit::LPM}}, 103 {SensorValueIntf::namespace_path::power, SensorValueIntf::Unit::Watts}}, 105 {SensorValueIntf::namespace_path::pressure, 106 SensorValueIntf::Unit::Pascals}}, 108 {SensorValueIntf::namespace_path::temperature, 109 SensorValueIntf::Unit::DegreesC}},
|
| H A D | base_config.hpp | 15 using SensorValueIntf = typedef 29 SensorValueIntf::Unit unit;
|
| /openbmc/phosphor-modbus/common/ |
| H A D | events.hpp | 9 using SensorValueIntf = typedef 27 SensorValueIntf::Unit unit, bool asserted)
|
| H A D | events.cpp | 27 SensorValueIntf::Unit unit, bool asserted) -> sdbusplus::async::task<> in generateSensorReadingEvent()
|