Home
last modified time | relevance | path

Searched refs:sourcePath (Results 1 – 3 of 3) 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.cpp77 const std::string& sourcePath, const std::string& owner, in removeAssociation() argument
91 auto owners = assocMaps.owners.find(sourcePath); in removeAssociation()
120 removeFromPendingAssociations(sourcePath, assocMaps); in removeAssociation()
152 boost::asio::io_context& io, const std::string& sourcePath, in checkAssociationEndpointRemoves() argument
157 auto originalOwners = assocMaps.owners.find(sourcePath); in checkAssociationEndpointRemoves()
484 for (const auto& [sourcePath, owners] : assocMaps.owners) in findAssociations()
/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()
231 std::string sourcePath = "/logging/entry/1"; in TEST_F() local