Home
last modified time | relevance | path

Searched refs:defaultEndpoint (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-objmgr/src/test/util/
H A Dassociation_objects.hpp7 const std::string defaultEndpoint = variable
9 const std::string defaultRevPath = {defaultEndpoint + "/" + "error"};
15 AssociationPaths assocPathMap = {{defaultFwdPath, {defaultEndpoint}}, in createDefaultOwnerAssociation()
31 endpoints.push_back(defaultEndpoint); in createDefaultInterfaceAssociation()
68 {defaultEndpoint, {{defaultDbusSvc, {"b"}}}}}; in createDefaultInterfaceMap()
/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()
152 {defaultFwdPath, {defaultEndpoint + "/different"}}, in TEST_F()
339 addPendingAssociation(defaultSourcePath, "inventory", defaultEndpoint, in TEST_F()
347 addPendingAssociation("some/other/path", "inventory", defaultEndpoint, in TEST_F()
361 addPendingAssociation(defaultSourcePath, "inventory", defaultEndpoint, in TEST_F()
384 addPendingAssociation(defaultSourcePath, "inventory", defaultEndpoint, in TEST_F()
389 addPendingAssociation(defaultSourcePath, "inventory", defaultEndpoint, in TEST_F()
426 addPendingAssociation(defaultSourcePath, "inventory", defaultEndpoint, in TEST_F()
445 removeFromPendingAssociations(defaultEndpoint, assocMaps); in TEST_F()
[all …]