Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/
H A Dassociations.hpp24 const std::string& sourcePath, const std::string& owner,
69 boost::asio::io_context& io, const std::string& sourcePath,
H A Dassociations.cpp90 const std::string& sourcePath, const std::string& owner, in removeAssociation() argument
104 auto owners = assocMaps.owners.find(sourcePath); in removeAssociation()
133 removeFromPendingAssociations(sourcePath, assocMaps); in removeAssociation()
165 boost::asio::io_context& io, const std::string& sourcePath, in checkAssociationEndpointRemoves() argument
170 auto originalOwners = assocMaps.owners.find(sourcePath); in checkAssociationEndpointRemoves()
496 for (const auto& [sourcePath, owners] : assocMaps.owners) in findAssociations()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pv/pv/
H A Dpv-test-system-version.patch16 sourcePath="${srcdir}"
/openbmc/phosphor-objmgr/src/test/
H A Dassociations.cpp28 std::string sourcePath = "/xyz/openbmc_project/no/association"; in TEST_F() local
31 removeAssociation(io, sourcePath, defaultDbusSvc, *server, assocMaps); in TEST_F()