Home
last modified time | relevance | path

Searched refs:defaultSourcePath (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-objmgr/src/test/
H A Dassociations.cpp40 removeAssociation(io, defaultSourcePath, defaultDbusSvc, *server, in TEST_F()
51 removeAssociation(io, defaultSourcePath, defaultDbusSvc, *server, in TEST_F()
66 removeAssociation(io, defaultSourcePath, defaultDbusSvc, *server, in TEST_F()
153 {defaultRevPath, {defaultSourcePath + "/different"}}}; in TEST_F()
255 auto singleOwner = assocMaps.owners[defaultSourcePath]; in TEST_F()
292 auto a = assocMaps.owners.find(defaultSourcePath); in TEST_F()
327 assocMaps.ifaces[defaultSourcePath + "/" + "abc"]); in TEST_F()
374 auto assoc = assocMaps.pending.find(defaultSourcePath); in TEST_F()
396 auto assoc = assocMaps.pending.find(defaultSourcePath); in TEST_F()
441 auto assoc = assocMaps.pending.find(defaultSourcePath); in TEST_F()
[all …]
H A Dinterfaces_added.cpp42 processInterfaceAdded(io, interfaceMap, defaultSourcePath, intfAdded, in TEST_F()
H A Dname_change.cpp47 auto interfaceMap = createInterfaceMap(defaultSourcePath, defaultDbusSvc, in TEST_F()
/openbmc/phosphor-objmgr/src/test/util/
H A Dassociation_objects.hpp4 const std::string defaultSourcePath = "/logging/entry/1"; variable
6 const std::string defaultFwdPath = {defaultSourcePath + "/" + "inventory"};
16 {defaultRevPath, {defaultSourcePath}}}; in createDefaultOwnerAssociation()
19 AssociationOwnersType ownerAssoc = {{defaultSourcePath, serviceMap}}; in createDefaultOwnerAssociation()
36 endpoints2.push_back(defaultSourcePath); in createDefaultInterfaceAssociation()
66 {defaultSourcePath, {{defaultDbusSvc, {"a"}}}}, in createDefaultInterfaceMap()