Home | History | Annotate | Download | only in dbus

Lines Matching defs:interface

23 // standard interface of method calls and signals to obtain the current value,
25 // interface makes heavy use of variants and dictionaries of variants. The
123 // D-Bus Properties interface constants, declared here rather than
221 // |interface| specifies the D-Bus interface of these properties, and
224 PropertySet(ObjectProxy* object_proxy, const std::string& interface,
312 // Retrieves the interface of this property set.
313 const std::string& interface() const { return interface_; }
332 // Interface of property, e.g. "org.chromium.ExampleService", this is
333 // distinct from the interface of the method call itself which is the
334 // general D-Bus Properties interface "org.freedesktop.DBus.Properties".