Lines Matching full:delete
6 #include "xyz/openbmc_project/Object/Delete/server.hpp"
28 sdbusplus::xyz::openbmc_project::Object::server::Delete>;
32 class Delete;
35 /** @class Delete
36 * @brief OpenBMC Delete implementation.
37 * @details A concrete implementation for xyz.openbmc_project.Object.Delete
40 class Delete : public DeleteInherit class
43 /** @brief Constructs Delete.
49 Delete(sdbusplus::bus_t& bus, const std::string& path, Version& parent) : in Delete() function in openpower::software::updater::Delete
55 * @brief Delete the D-Bus object.
56 * Overrides the default delete function by calling
112 * @brief Update the Object.Delete interface for this activation
114 * Update the delete interface based on whether or not this
116 * will have no Object.Delete, while a non-functional activation
157 /** @brief Persistent Delete D-Bus object */
158 std::unique_ptr<Delete> deleteObject;