Lines Matching defs:association
97 constexpr auto association = "xyz.openbmc_project.Association";
605 auto association = std::get<AssociationsProperty>(getAssociationValue);
611 if (std::find(association.begin(), association.end(), critAssociation) ==
612 association.end())
614 association.push_back(critAssociation);
615 DBusValue setAssociationValue = association;
720 std::vector<std::string> association = {"xyz.openbmc_project.Association"};
727 paths = getPaths(association);
753 getService(path, interface::association);
759 getProperty(assocService, path, interface::association,
780 auto service = getService(path, interface::association);
786 getProperty(service, path, interface::association, "endpoints",