Home
last modified time | relevance | path

Searched refs:AssociationIntf (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-health-monitor/
H A Dhealth_metric.hpp18 using AssociationIntf = typedef
27 sdbusplus::server::object_t<ValueIntf, ThresholdIntf, AssociationIntf>;
H A Dhealth_metric.cpp266 AssociationIntf::associations(associations); in create()
/openbmc/openpower-occ-control/
H A Docc_dbus.hpp26 using AssociationIntf = typedef
181 std::map<ObjectPath, std::unique_ptr<AssociationIntf>> chassisAssociations;
H A Docc_dbus.cpp196 path, std::make_unique<AssociationIntf>(utils::getBus(), path.c_str(), in setChassisAssociation()
/openbmc/phosphor-modbus/tests/
H A Dtest_sensors.cpp24 using AssociationIntf = typedef
79 co_await AssociationIntf(ctx) in checkInventoryAssociations()