Lines Matching +full:d +full:- +full:bus
32 * Wrapper class to handle the D-Bus calls
34 * This class contains the APIs to handle the D-Bus calls.
39 /** @brief Get the bus connection. */
42 static auto bus = sdbusplus::bus::new_default(); in getBus() local
43 return bus; in getBus()
49 * @param[in] path - D-Bus object path
50 * @param[in] interface - D-Bus Interface
52 * @return std::string - the D-Bus service name
60 * @param[in] objectPath - D-Bus object path
61 * @param[in] interface - D-Bus interface
72 * @param[in] objectPath - D-Bus object path
73 * @param[in] interface - D-Bus interface
74 * @param[in] propertyName - D-Bus property name
84 /** @brief Set D-Bus property
86 * @param[in] objectPath - D-Bus object path
87 * @param[in] interface - D-Bus interface
88 * @param[in] propertyName - D-Bus property name
89 * @param[in] value - The value to be set
100 * @param[in] objectPath - D-Bus object path
101 * @param[in] interface - D-Bus object interface