Home | History | Annotate | Download | only in dbus

Lines Matching refs:PropertySet

40 //     struct Properties : public dbus::PropertySet {
48 // : dbus::PropertySet(object_proxy, kExampleInterface, callback) {
83 // dbus::PropertySet* CreateProperties(dbus::ObjectProxy* object_proxy,
91 // return static_cast<dbus::PropertySet*>(properties);
153 // subclass of dbus::PropertySet; ObjectManager will then connect signals
155 virtual PropertySet* CreateProperties(
192 // method will be used to create instances of dbus::PropertySet* when
216 // Returns a PropertySet* pointer for the given |object_path| and
221 PropertySet* GetProperties(const ObjectPath& object_path,
256 // the correct PropertySet.
264 // This method notifies the relevant PropertySet that it should update its
301 // ObjectProxy if required, as well as the PropertySet instance for that
330 // instantiating PropertySet structures for that interface's properties.
336 // associated PropertySet structures.
343 // Maps the name of an interface to the specific PropertySet structure
345 typedef std::map<const std::string, PropertySet*> PropertiesMap;