Lines Matching full:dump
4 #include "xyz/openbmc_project/Dump/NewDump/server.hpp"
6 #include <com/ibm/Dump/Create/server.hpp>
9 #include <xyz/openbmc_project/Dump/Create/server.hpp>
13 namespace dump namespace
20 sdbusplus::xyz::openbmc_project::Dump::server::Create,
21 sdbusplus::com::ibm::Dump::server::Create,
22 sdbusplus::xyz::openbmc_project::Dump::server::NewDump>;
25 * @brief Resource Dump manager implementation.
27 * xyz.openbmc_project.Dump.Notify and
28 * xyz.openbmc_project.Dump.Create DBus APIs
32 virtual public phosphor::dump::Manager
45 * @param[in] baseEntryPath - Base path of the dump entry.
50 phosphor::dump::Manager(bus, path, baseEntryPath) in Manager()
55 // TODO #2597 Implement the restore to restore the dump entries in restore()
59 /** @brief Notify the resource dump manager about creation of a new dump.
60 * @param[in] dumpId - Id from the source of the dump.
61 * @param[in] size - Size of the dump.
66 * Method to create Dump.
71 createDump(phosphor::dump::DumpCreateParams params) override;
75 } // namespace dump