Home
last modified time | relevance | path

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

/openbmc/openpower-pnor-code-mgmt/
H A Dversion.cpp170 if (deleteObject) in updateDeleteInterface()
172 deleteObject.reset(nullptr); in updateDeleteInterface()
177 if (!deleteObject) in updateDeleteInterface()
179 deleteObject = std::make_unique<Delete>(bus, objPath, *this); in updateDeleteInterface()
H A Dversion.hpp158 std::unique_ptr<Delete> deleteObject; member in openpower::software::updater::Version
/openbmc/phosphor-psu-code-mgmt/src/
H A Dversion.hpp87 deleteObject = std::make_unique<Delete>(bus, objPath, *this); in Version()
158 std::unique_ptr<Delete> deleteObject; member in phosphor::software::updater::Version
/openbmc/openpower-pnor-code-mgmt/static/
H A Ditem_updater_static.cpp225 version->deleteObject = std::make_unique<Delete>(bus, objPath, *version); in createVersionObject()
301 versionPtr->deleteObject = std::make_unique<Delete>(bus, path, *versionPtr); in processPNORImage()
/openbmc/phosphor-bmc-code-mgmt/
H A Dversion.hpp
H A Ditem_updater.cpp
H A Dimage_manager.cpp
/openbmc/phosphor-webui/app/configuration/controllers/
H A Dsnmp-controller.js122 return APIUtils.deleteObject(path);
/openbmc/openpower-pnor-code-mgmt/ubi/
H A Ditem_updater_ubi.cpp54 version->deleteObject = std::make_unique<Delete>(bus, objPath, *version); in createVersionObject()
150 versionPtr->deleteObject = in processPNORImage()
/openbmc/openpower-pnor-code-mgmt/mmc/
H A Ditem_updater_mmc.cpp51 version->deleteObject = std::make_unique<Delete>(bus, objPath, *version); in createVersionObject()
/openbmc/phosphor-webui/app/common/services/
H A Dapi-utils.js82 deleteObject: function(path) { method in AnonymousFunction1ea782bb0200.SERVICE