Lines Matching +full:d +full:- +full:bus
10 #include <sdbusplus/bus.hpp>
24 * @brief Gets the D-Bus Service name for the input D-Bus path
26 * @param[in] bus - Bus handler
27 * @param[in] path - Object Path
28 * @param[in] intf - Interface
33 std::string getService(sdbusplus::bus_t& bus, const std::string& path,
38 * @param[in] bus - The D-Bus bus object.
40 void hiomapdSuspend(sdbusplus::bus_t& bus);
44 * @param[in] bus - The D-Bus bus object.
46 void hiomapdResume(sdbusplus::bus_t& bus);
49 * Disabled to clear the indication that the system is HMC-managed.
51 * @param[in] bus - The D-Bus bus object.
53 void clearHMCManaged(sdbusplus::bus_t& bus);
58 * @param[in] bus - The D-Bus bus object.
60 void setClearNvram(sdbusplus::bus_t& bus);
64 * @param[in] bus - The D-Bus bus object.
66 void deleteAllErrorLogs(sdbusplus::bus_t& bus);