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()
67 {defaultEndpoint, {{defaultDbusSvc, {"b"}}}}}; in createDefaultInterfaceMap()
/openbmc/phosphor-objmgr/src/test/
H A Dassociations.cpp109 AssociationPaths newAssocPaths = {{defaultFwdPath, {defaultEndpoint}}, in TEST_F()
152 {defaultFwdPath, {defaultEndpoint + "/different"}}, in TEST_F()
341 addPendingAssociation(defaultSourcePath, "inventory", defaultEndpoint, in TEST_F()
349 addPendingAssociation("some/other/path", "inventory", defaultEndpoint, in TEST_F()
363 addPendingAssociation(defaultSourcePath, "inventory", defaultEndpoint, in TEST_F()
386 addPendingAssociation(defaultSourcePath, "inventory", defaultEndpoint, in TEST_F()
447 removeFromPendingAssociations(defaultEndpoint, assocMaps); in TEST_F()
457 {defaultEndpoint, {{defaultDbusSvc, {"b"}}}}}; in TEST_F()
530 moveAssociationToPending(io, defaultEndpoint, assocMaps, *server); in TEST_F()
543 moveAssociationToPending(io, defaultEndpoint, assocMaps, *server); in TEST_F()
[all …]