Home
last modified time | relevance | path

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

/openbmc/phosphor-health-monitor/
H A Dhealth_metric.cpp89 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 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/pldm/platform-mc/
H A Dnumeric_sensor.hpp28 using ValueIntf = sdbusplus::server::object_t< typedef
438 std::unique_ptr<ValueIntf> valueIntf = nullptr;
H A Dnumeric_sensor.cpp190 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 Dtest_health_metric.cpp65 StrEq(ValueIntf::interface), NotNull())) in TEST_F()