Lines Matching 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
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);
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);