Home
last modified time | relevance | path

Searched refs:AssociationsProperty (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-power/phosphor-power-supply/
H A Dutil.hpp132 using AssociationsProperty = std::vector<AssociationTuple>; in handleChassisHealthRollup() typedef
140 AssociationsProperty associations; in handleChassisHealthRollup()
141 phosphor::power::util::getProperty<AssociationsProperty>( in handleChassisHealthRollup()
/openbmc/openpower-occ-control/
H A Docc_dbus.cpp176 using AssociationsProperty = std::vector<AssociationsEntry>; in setChassisAssociation() typedef
185 AssociationsProperty associations; in setChassisAssociation()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.cpp596 using AssociationsProperty = std::vector<AssociationTuple>; typedef
607 auto association = std::get<AssociationsProperty>(getAssociationValue); in setCriticalAssociation()