Lines Matching full:dump
5 #include "xyz/openbmc_project/Dump/Entry/System/server.hpp"
12 namespace dump namespace
20 sdbusplus::xyz::openbmc_project::Dump::Entry::server::System>;
28 * @brief System Dump Entry implementation.
30 * xyz.openbmc_project.Dump.Entry DBus API
32 class Entry : virtual public phosphor::dump::Entry, virtual public EntryIfaces
42 /** @brief Constructor for the Dump Entry Object
45 * @param[in] dumpId - Dump id.
46 * @param[in] timeStamp - Dump creation timestamp
48 * @param[in] dumpSize - Dump size in bytes.
50 * @param[in] status - status of the dump.
51 * @param[in] originatorId - Id of the originator of the dump
53 * @param[in] parent - The dump entry's parent.
57 phosphor::dump::OperationStatus status, std::string originatorId, in Entry()
58 originatorTypes originatorType, phosphor::dump::Manager& parent) : in Entry()
59 phosphor::dump::Entry(bus, objPath.c_str(), dumpId, timeStamp, dumpSize, in Entry()
66 this->openpower::dump::system::EntryIfaces::emit_object_added(); in Entry()
69 /** @brief Method to initiate the offload of dump
70 * @param[in] uri - URI to offload dump.
74 /** @brief Method to update an existing dump entry
75 * @param[in] timeStamp - Dump creation timestamp
76 * @param[in] dumpSize - Dump size in bytes.
84 // TODO: Handled dump failure case with in update()
91 * @brief Delete host system dump and it entry dbus object
97 } // namespace dump