Searched refs:AssociationTuple (Results 1 – 6 of 6) sorted by relevance
123 using AssociationTuple = in handleChassisHealthRollup() typedef125 using AssociationsProperty = std::vector<AssociationTuple>; in handleChassisHealthRollup()138 AssociationTuple critAssociation{"health_rollup", "critical", in handleChassisHealthRollup()
68 using AssociationTuple = std::tuple<std::string, std::string, std::string>; typedef792 std::vector<AssociationTuple> getSensorAssociations();
68 using AssociationTuple = std::tuple<std::string, std::string, std::string>; typedef808 std::vector<AssociationTuple> getSensorAssociations();
1320 std::vector<AssociationTuple> PowerSupply::getSensorAssociations() in getSensorAssociations()1322 std::vector<AssociationTuple> associations; in getSensorAssociations()
1334 std::vector<AssociationTuple> PowerSupply::getSensorAssociations() in getSensorAssociations()1336 std::vector<AssociationTuple> associations; in getSensorAssociations()
576 using AssociationTuple = std::tuple<std::string, std::string, std::string>; typedef577 using AssociationsProperty = std::vector<AssociationTuple>;590 AssociationTuple critAssociation{ in setCriticalAssociation()