Home | History | Annotate | Download | only in dbus

Lines Matching refs:ObjectPath

40 //       dbus::Property<dbus::ObjectPath> parent;
91 // Properties* GetProperties(const dbus::ObjectPath& object_path) {
154 const dbus::ObjectPath& object_path,
166 virtual void ObjectAdded(const ObjectPath& object_path,
178 virtual void ObjectRemoved(const ObjectPath& object_path,
185 const ObjectPath& object_path);
201 std::vector<ObjectPath> GetObjects();
205 std::vector<ObjectPath> GetObjectsWithInterface(
211 ObjectProxy* GetObjectProxy(const ObjectPath& object_path);
218 PropertySet* GetProperties(const ObjectPath& object_path,
254 void UpdateObject(const ObjectPath& object_path, MessageReader* reader);
265 void AddInterface(const ObjectPath& object_path,
273 void RemoveInterface(const ObjectPath& object_path,
284 ObjectPath object_path_;
308 typedef std::map<const ObjectPath, Object*> ObjectMap;