Lines Matching +full:d +full:- +full:bus
8 * http://www.apache.org/licenses/LICENSE-2.0
21 #include <sdbusplus/bus.hpp>
42 uint8_t bus; member
58 // Specify which compiler-generated methods we want
82 * @param bus D-Bus bus object
86 explicit DeviceFinder(sdbusplus::bus_t& bus, Callback callback);
89 * Callback function that is called when a D-Bus interface is found that
92 * @param path D-Bus object path that implements the interface
93 * @param interface D-Bus interface that was found
94 * @param properties Properties of the D-Bus interface
102 * Returns the value of the D-Bus property with the specified name.
106 * @param properties D-Bus interface properties
107 * @param propertyName D-Bus property name
120 * Class used to find D-Bus interfaces that contain power sequencer device