Lines Matching refs:association
99 constexpr auto association = "xyz.openbmc_project.Association"; variable
607 auto association = std::get<AssociationsProperty>(getAssociationValue); in setCriticalAssociation() local
613 if (std::find(association.begin(), association.end(), critAssociation) == in setCriticalAssociation()
614 association.end()) in setCriticalAssociation()
616 association.push_back(critAssociation); in setCriticalAssociation()
617 DBusValue setAssociationValue = association; in setCriticalAssociation()
721 std::vector<std::string> association = {"xyz.openbmc_project.Association"}; in getLogIDWithHwIsolation() local
728 paths = getPaths(association); in getLogIDWithHwIsolation()
754 getService(path, interface::association); in getLogIDWithHwIsolation()
760 getProperty(assocService, path, interface::association, in getLogIDWithHwIsolation()
781 auto service = getService(path, interface::association); in getLogIDWithHwIsolation()
787 getProperty(service, path, interface::association, "endpoints", in getLogIDWithHwIsolation()