Home
last modified time | relevance | path

Searched refs:AssociationPaths (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-objmgr/src/test/util/
H A Dassociation_objects.hpp15 AssociationPaths assocPathMap = {{defaultFwdPath, {defaultEndpoint}}, in createDefaultOwnerAssociation()
17 boost::container::flat_map<std::string, AssociationPaths> serviceMap = { in createDefaultOwnerAssociation()
/openbmc/phosphor-objmgr/src/
H A Dtypes.hpp60 using AssociationPaths = typedef
65 std::string, boost::container::flat_map<std::string, AssociationPaths>>;
H A Dassociations.cpp153 const std::string& owner, const AssociationPaths& newAssociations, in checkAssociationEndpointRemoves()
235 AssociationPaths objects; in associationChanged()
295 boost::container::flat_map<std::string, AssociationPaths> owners; in associationChanged()
373 AssociationPaths objects; in addSingleAssociation()
400 boost::container::flat_map<std::string, AssociationPaths> owners; in addSingleAssociation()
H A Dassociations.hpp70 const std::string& owner, const AssociationPaths& newAssociations,
/openbmc/phosphor-objmgr/src/test/
H A Dassociations.cpp109 AssociationPaths newAssocPaths = {{defaultFwdPath, {defaultEndpoint}}, in TEST_F()
131 AssociationPaths newAssocPaths = {{"/different/path", {defaultEndpoint}}}; in TEST_F()
151 AssociationPaths newAssocPaths = { in TEST_F()