Searched refs:AssociationPaths (Results 1 – 5 of 5) sorted by relevance
| /openbmc/phosphor-objmgr/src/test/util/ |
| H A D | association_objects.hpp | 15 AssociationPaths assocPathMap = {{defaultFwdPath, {defaultEndpoint}}, in createDefaultOwnerAssociation() 17 boost::container::flat_map<std::string, AssociationPaths> serviceMap = { in createDefaultOwnerAssociation()
|
| /openbmc/phosphor-objmgr/src/ |
| H A D | types.hpp | 60 using AssociationPaths = typedef 65 std::string, boost::container::flat_map<std::string, AssociationPaths>>;
|
| H A D | associations.cpp | 166 const std::string& owner, const AssociationPaths& newAssociations, in checkAssociationEndpointRemoves() 248 AssociationPaths objects; in associationChanged() 308 boost::container::flat_map<std::string, AssociationPaths> owners; in associationChanged() 386 AssociationPaths objects; in addSingleAssociation() 413 boost::container::flat_map<std::string, AssociationPaths> owners; in addSingleAssociation()
|
| H A D | associations.hpp | 70 const std::string& owner, const AssociationPaths& newAssociations,
|
| /openbmc/phosphor-objmgr/src/test/ |
| H A D | associations.cpp | 109 AssociationPaths newAssocPaths = {{defaultFwdPath, {defaultEndpoint}}, in TEST_F() 131 AssociationPaths newAssocPaths = {{"/different/path", {defaultEndpoint}}}; in TEST_F() 151 AssociationPaths newAssocPaths = { in TEST_F()
|