Home | History | Annotate | Download | only in dbus

Lines Matching refs:PropertySet

37 //     struct Properties : public dbus::PropertySet {
45 // : dbus::PropertySet(object_proxy, kExampleInterface, callback) {
80 // dbus::PropertySet* CreateProperties(dbus::ObjectProxy* object_proxy,
88 // return static_cast<dbus::PropertySet*>(properties);
150 // subclass of dbus::PropertySet; ObjectManager will then connect signals
152 virtual PropertySet* CreateProperties(
189 // method will be used to create instances of dbus::PropertySet* when
213 // Returns a PropertySet* pointer for the given |object_path| and
218 PropertySet* GetProperties(const ObjectPath& object_path,
253 // the correct PropertySet.
261 // This method notifies the relevant PropertySet that it should update its
298 // ObjectProxy if required, as well as the PropertySet instance for that
327 // instantiating PropertySet structures for that interface's properties.
333 // associated PropertySet structures.
340 // Maps the name of an interface to the specific PropertySet structure
342 typedef std::map<const std::string, PropertySet*> PropertiesMap;