Lines Matching refs:ObjectPath
157 const dbus::ObjectPath& object_path,
169 virtual void ObjectAdded(const ObjectPath& /*object_path*/, in ObjectAdded() argument
181 virtual void ObjectRemoved(const ObjectPath& /*object_path*/, in ObjectRemoved() argument
188 const ObjectPath& object_path);
204 std::vector<ObjectPath> GetObjects();
208 std::vector<ObjectPath> GetObjectsWithInterface(
214 ObjectProxy* GetObjectProxy(const ObjectPath& object_path);
221 PropertySet* GetProperties(const ObjectPath& object_path,
266 void NotifyPropertiesChanged(const dbus::ObjectPath object_path,
268 void NotifyPropertiesChangedHelper(const dbus::ObjectPath object_path,
292 void UpdateObject(const ObjectPath& object_path, MessageReader* reader);
303 void AddInterface(const ObjectPath& object_path,
311 void RemoveInterface(const ObjectPath& object_path,
324 ObjectPath object_path_;
350 typedef std::map<const ObjectPath, Object*> ObjectMap;