Home
last modified time | relevance | path

Searched refs:ValueIntf (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-health-monitor/
H A Dhealth_metric.cpp88 ValueIntf::unit(ValueIntf::Unit::Percent, true); in initProperties()
89 ValueIntf::minValue(0.0, true); in initProperties()
90 ValueIntf::maxValue(100.0, true); in initProperties()
96 ValueIntf::unit(ValueIntf::Unit::Bytes, true); in initProperties()
97 ValueIntf::minValue(0.0, true); in initProperties()
107 ValueIntf::value(std::numeric_limits<double>::quiet_NaN(), true); in initProperties()
227 ValueIntf::value(value.current, !shouldNotify(value)); in update()
H A Dhealth_metric.hpp20 using ValueIntf = sdbusplus::xyz::openbmc_project::Metric::server::Value; typedef
27 sdbusplus::server::object_t<ValueIntf, ThresholdIntf, AssociationIntf>;
H A Dhealth_monitor.cpp60 constexpr auto path = MetricIntf::ValueIntf::Value::namespace_path::value; in main()
/openbmc/phosphor-health-monitor/test/
H A Dtest_health_metric.cpp65 StrEq(ValueIntf::interface), NotNull())) in TEST_F()