Searched refs:AssociationTuple (Results 1 – 4 of 4) sorted by relevance
130 using AssociationTuple = in handleChassisHealthRollup() typedef132 using AssociationsProperty = std::vector<AssociationTuple>; in handleChassisHealthRollup()145 AssociationTuple critAssociation{"health_rollup", "critical", in handleChassisHealthRollup()
68 using AssociationTuple = std::tuple<std::string, std::string, std::string>; typedef792 std::vector<AssociationTuple> getSensorAssociations();
1317 std::vector<AssociationTuple> PowerSupply::getSensorAssociations() in getSensorAssociations()1319 std::vector<AssociationTuple> associations; in getSensorAssociations()
595 using AssociationTuple = std::tuple<std::string, std::string, std::string>; typedef596 using AssociationsProperty = std::vector<AssociationTuple>;609 AssociationTuple critAssociation{ in setCriticalAssociation()