Lines Matching +full:dbus +full:- +full:interface
53 * @brief Get DBUS service for input interface via mapper call
55 * @param[in] bus - DBUS Bus Object
56 * @param[in] intf - DBUS Interface
57 * @param[in] path - DBUS Object Path
59 * @return distinct dbus name for input interface/path
67 * @param[in] interface - the interface the property is on
68 * @param[in] propertName - the name of the property
69 * @param[in] path - the D-Bus path
70 * @param[in] service - the D-Bus service
71 * @param[in] bus - the D-Bus object
72 * @param[in] value - the value to set the property to
75 void setProperty(const std::string& interface, const std::string& propertyName, in setProperty() argument
78 constexpr auto PROPERTY_INTF = "org.freedesktop.DBus.Properties"; in setProperty()
80 auto service = getService(bus, interface, path); in setProperty()
83 method.append(interface, propertyName, value); in setProperty()