Lines Matching +full:d +full:- +full:bus
3 #include <sdbusplus/bus.hpp>
25 /** @brief Get the bus connection. */
28 static auto bus = sdbusplus::bus::new_default(); in getBus() local
29 return bus; in getBus()
35 * @param[in] path - D-Bus object path
36 * @param[in] interface - D-Bus Interface
38 * @return std::string - the D-Bus service name
46 * @param[in] objectPath - D-Bus object path
47 * @param[in] interface - D-Bus interface
48 * @param[in] propertyName - D-Bus property name
61 * @param[in] object - Name of the object containing the property
62 * @param[in] interface - Interface name containing the property
63 * @param[in] property - Property name
64 * @param[in] value - Property value
71 * @param[in] interfaces - D-Bus interfaces
72 * @param[in] path - D-Bus object path
74 * @return The D-Bus paths from the GetSubTree method
82 * @brief Get the D-Bus service and object path for an interface
84 * @param[in] interface - D-Bus interface name
85 * @param[in,out] path - D-Bus object path
87 * @return D-Bus service name