Searched refs:deleteObject (Results 1 – 11 of 11) sorted by relevance
/openbmc/openpower-pnor-code-mgmt/ |
H A D | version.cpp | 170 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 D | version.hpp | 158 std::unique_ptr<Delete> deleteObject; member in openpower::software::updater::Version
|
/openbmc/phosphor-psu-code-mgmt/src/ |
H A D | version.hpp | 87 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 D | item_updater_static.cpp | 225 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 D | version.hpp |
|
H A D | item_updater.cpp |
|
H A D | image_manager.cpp |
|
/openbmc/phosphor-webui/app/configuration/controllers/ |
H A D | snmp-controller.js | 122 return APIUtils.deleteObject(path);
|
/openbmc/openpower-pnor-code-mgmt/ubi/ |
H A D | item_updater_ubi.cpp | 54 version->deleteObject = std::make_unique<Delete>(bus, objPath, *version); in createVersionObject() 150 versionPtr->deleteObject = in processPNORImage()
|
/openbmc/openpower-pnor-code-mgmt/mmc/ |
H A D | item_updater_mmc.cpp | 51 version->deleteObject = std::make_unique<Delete>(bus, objPath, *version); in createVersionObject()
|
/openbmc/phosphor-webui/app/common/services/ |
H A D | api-utils.js | 82 deleteObject: function(path) { method in AnonymousFunction1ea782bb0200.SERVICE
|