Searched refs:ValueIntf (Results 1 – 6 of 6) sorted by relevance
| /openbmc/phosphor-health-monitor/ |
| H A D | health_metric.cpp | 89 ValueIntf::unit(ValueIntf::Unit::Percent, true); in initProperties() 90 ValueIntf::minValue(0.0, true); in initProperties() 91 ValueIntf::maxValue(100.0, true); in initProperties() 97 ValueIntf::unit(ValueIntf::Unit::Bytes, true); in initProperties() 98 ValueIntf::minValue(0.0, true); in initProperties() 108 ValueIntf::value(std::numeric_limits<double>::quiet_NaN(), true); in initProperties() 228 ValueIntf::value(value.current, !shouldNotify(value)); in update()
|
| H A D | health_metric.hpp | 20 using ValueIntf = sdbusplus::xyz::openbmc_project::Metric::server::Value; typedef 27 sdbusplus::server::object_t<ValueIntf, ThresholdIntf, AssociationIntf>;
|
| H A D | health_monitor.cpp | 60 constexpr auto path = MetricIntf::ValueIntf::Value::namespace_path::value; in main()
|
| /openbmc/pldm/platform-mc/ |
| H A D | numeric_sensor.hpp | 28 using ValueIntf = sdbusplus::server::object_t< typedef 438 std::unique_ptr<ValueIntf> valueIntf = nullptr;
|
| H A D | numeric_sensor.cpp | 190 std::string interface = ValueIntf::interface; in NumericSensor() 300 valueIntf = std::make_unique<ValueIntf>(bus, path.c_str()); in NumericSensor() 447 std::string interface = ValueIntf::interface; in NumericSensor() 543 valueIntf = std::make_unique<ValueIntf>(bus, path.c_str()); in NumericSensor()
|
| /openbmc/phosphor-health-monitor/test/ |
| H A D | test_health_metric.cpp | 65 StrEq(ValueIntf::interface), NotNull())) in TEST_F()
|