utils.hpp (0886545d42088fbe6241309577a4f11451325cc0) utils.hpp (3ff5a3603df99030a4b9bdfe6da73356eec66f96)
1#pragma once
2
3#include <sdbusplus/bus.hpp>
4#include <xyz/openbmc_project/Logging/Entry/server.hpp>
5
6namespace phosphor
7{
8namespace state

--- 69 unchanged lines hidden (view full) ---

78
79/** @brief Call phosphor-dump-manager to create BMC user dump
80 *
81 * @param[in] bus - The Dbus bus object
82 */
83void createBmcDump(sdbusplus::bus_t& bus);
84
85/** @brief Attempt to locate the obmc-chassis-lost-power@ file
1#pragma once
2
3#include <sdbusplus/bus.hpp>
4#include <xyz/openbmc_project/Logging/Entry/server.hpp>
5
6namespace phosphor
7{
8namespace state

--- 69 unchanged lines hidden (view full) ---

78
79/** @brief Call phosphor-dump-manager to create BMC user dump
80 *
81 * @param[in] bus - The Dbus bus object
82 */
83void createBmcDump(sdbusplus::bus_t& bus);
84
85/** @brief Attempt to locate the obmc-chassis-lost-power@ file
86 * to indicate that an AC loss occured.
86 * to indicate that an AC loss occurred.
87 *
88 * @param[in] chassisId - the chassis instance
89 */
90bool checkACLoss(size_t& chassisId);
91
92/** @brief Determine if the BMC is at its Ready state
93 *
94 * @param[in] bus - The Dbus bus object

--- 14 unchanged lines hidden ---
87 *
88 * @param[in] chassisId - the chassis instance
89 */
90bool checkACLoss(size_t& chassisId);
91
92/** @brief Determine if the BMC is at its Ready state
93 *
94 * @param[in] bus - The Dbus bus object

--- 14 unchanged lines hidden ---