Lines Matching +full:d +full:- +full:bus
8 * http://www.apache.org/licenses/LICENSE-2.0
25 #include <sdbusplus/bus.hpp>
42 // Specify which compiler-generated methods we want
51 * Returns the D-Bus bus object.
53 * @return D-Bus bus
101 // Specify which compiler-generated methods we want
112 * @param bus D-Bus bus object
114 explicit BMCServices(sdbusplus::bus_t& bus) : in BMCServices() argument
115 bus{bus}, errorLogging{bus}, presenceService{bus}, sensors{bus}, in BMCServices()
116 vpd{bus}
122 return bus; in getBus()
157 * D-Bus bus object.
159 sdbusplus::bus_t& bus; member in phosphor::power::regulators::BMCServices
162 * Implementation of the ErrorLogging interface using D-Bus method calls.
173 * Implementation of the PresenceService interface using D-Bus method calls.
178 * Implementation of the Sensors interface using D-Bus.
183 * Implementation of the VPD interface using D-Bus method calls.