Lines Matching full:dump
5 #include "xyz/openbmc_project/Dump/NewDump/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::xyz::openbmc_project::Dump::server::NewDump>;
24 * @brief System Dump manager implementation.
26 * xyz.openbmc_project.Dump.Notify DBus API
30 virtual public phosphor::dump::Manager
42 * @param[in] event - Dump manager sd_event loop.
44 * @param[in] baseEntryPath - Base path of the dump entry.
49 phosphor::dump::Manager(bus, path, baseEntryPath) in Manager()
54 // TODO #2597 Implement the restore to restore the dump entries in restore()
58 /** @brief Notify the system dump manager about creation of a new dump.
59 * @param[in] dumpId - Id from the source of the dump.
60 * @param[in] size - Size of the dump.
65 * Method to create a new system dump entry when user
66 * requests for a new system dump.
68 * @return object_path - The path to the new dump entry.
71 phosphor::dump::DumpCreateParams params) override;
75 } // namespace dump