Home
last modified time | relevance | path

Searched refs:removeAssociation (Results 1 – 11 of 11) sorted by relevance

/openbmc/phosphor-psu-code-mgmt/src/
H A Dassociation_interface.hpp35 virtual void removeAssociation(const std::string& path) = 0;
H A Ditem_updater.hpp101 void removeAssociation(const std::string& path) override;
H A Ditem_updater.cpp173 void ItemUpdater::removeAssociation(const std::string& path) in removeAssociation() function in phosphor::software::updater::ItemUpdater
/openbmc/phosphor-psu-code-mgmt/test/
H A Dmocked_association_interface.hpp15 MOCK_METHOD1(removeAssociation, void(const std::string& path));
/openbmc/phosphor-objmgr/src/test/
H A Dassociations.cpp31 removeAssociation(io, sourcePath, defaultDbusSvc, *server, assocMaps); in TEST_F()
40 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()
92 removeAssociation(io, defaultSourcePath, defaultDbusSvc, *server, in TEST_F()
/openbmc/openpower-pnor-code-mgmt/
H A Ditem_updater.cpp158 void ItemUpdater::removeAssociation(const std::string& path) in removeAssociation() function in openpower::software::updater::ItemUpdater
210 removeAssociation(ita->second->path); in erase()
H A Ditem_updater.hpp158 virtual void removeAssociation(const std::string& path);
/openbmc/phosphor-objmgr/src/
H A Dassociations.hpp23 void removeAssociation(boost::asio::io_context& io,
H A Dprocessing.cpp71 removeAssociation(io, pathIt->first, wellKnown, server, in processNameChangeDelete()
H A Dassociations.cpp77 void removeAssociation(boost::asio::io_context& io, in removeAssociation() function
H A Dmain.cpp495 removeAssociation(io, objPath.str, sender, server, in main()