Lines Matching full:dump
13 #include <xyz/openbmc_project/Dump/Entry/System/common.hpp>
19 namespace openpower::dump namespace
27 * @brief Monitors DBus signals for dump creation and handles them.
34 * Initializes the DBus connection and signal match for monitoring dump
41 "/xyz/openbmc_project/dump") + in DumpMonitor()
43 "xyz.openbmc_project.Dump.Manager"), in DumpMonitor()
59 /* @brief Monitores dump interfaces */
61 "com.ibm.Dump.Entry.Hardware", "com.ibm.Dump.Entry.Hostboot",
62 "com.ibm.Dump.Entry.SBE", "xyz.openbmc_project.Dump.Entry.System"};
68 * @brief Handles the received DBus signal for dump creation.
74 * @brief Checks if the dump creation is in progress.
76 * @return True if the dump is in progress, false otherwise.
96 * @brief Executes the script to collect the dump.
97 * @param[in] path - The object path of the dump entry.
98 * @param[in] properties - The properties of the dump entry.
104 * @brief Updates the progress status of the dump.
105 * @param[in] path - The object path of the dump entry.
112 * @brief Gets the dump type from the dump ID.
113 * @param[in] id - The dump ID.
114 * @return The dump type.
118 using namespace openpower::dump::SBE; in getDumpTypeFromId()
140 * @brief Initiates the dump collection process based on the given interface
143 * @param[in] path The object path of the dump entry.
144 * @param[in] intf The interface type of the dump entry.
145 * @param[in] properties The properties of the dump entry.
158 } // namespace openpower::dump