Home | History | Annotate | Download | only in dbus

Lines Matching refs:ObjectPath

43 //       dbus::Property<dbus::ObjectPath> parent;
95 // Properties* GetProperties(const dbus::ObjectPath& object_path) {
158 const dbus::ObjectPath& object_path,
170 virtual void ObjectAdded(const ObjectPath& object_path,
182 virtual void ObjectRemoved(const ObjectPath& object_path,
189 const ObjectPath& object_path);
205 virtual std::vector<ObjectPath> GetObjects();
209 virtual std::vector<ObjectPath> GetObjectsWithInterface(
215 virtual ObjectProxy* GetObjectProxy(const ObjectPath& object_path);
222 virtual PropertySet* GetProperties(const ObjectPath& object_path,
264 void NotifyPropertiesChanged(const dbus::ObjectPath object_path,
266 void NotifyPropertiesChangedHelper(const dbus::ObjectPath object_path,
290 void UpdateObject(const ObjectPath& object_path, MessageReader* reader);
301 void AddInterface(const ObjectPath& object_path,
309 void RemoveInterface(const ObjectPath& object_path,
322 ObjectPath object_path_;
348 typedef std::map<const ObjectPath, Object*> ObjectMap;