Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-power-supply/
H A Dutil.hpp123 using AssociationTuple = in handleChassisHealthRollup() typedef
125 using AssociationsProperty = std::vector<AssociationTuple>; in handleChassisHealthRollup()
138 AssociationTuple critAssociation{"health_rollup", "critical", in handleChassisHealthRollup()
H A Dpower_supply.hpp68 using AssociationTuple = std::tuple<std::string, std::string, std::string>; typedef
792 std::vector<AssociationTuple> getSensorAssociations();
H A Dnew_power_supply.hpp68 using AssociationTuple = std::tuple<std::string, std::string, std::string>; typedef
808 std::vector<AssociationTuple> getSensorAssociations();
H A Dpower_supply.cpp1320 std::vector<AssociationTuple> PowerSupply::getSensorAssociations() in getSensorAssociations()
1322 std::vector<AssociationTuple> associations; in getSensorAssociations()
H A Dnew_power_supply.cpp1334 std::vector<AssociationTuple> PowerSupply::getSensorAssociations() in getSensorAssociations()
1336 std::vector<AssociationTuple> associations; in getSensorAssociations()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.cpp576 using AssociationTuple = std::tuple<std::string, std::string, std::string>; typedef
577 using AssociationsProperty = std::vector<AssociationTuple>;
590 AssociationTuple critAssociation{ in setCriticalAssociation()