Lines Matching full:object_path
12 #include "dbus/object_path.h"
87 // object_path));
91 // Properties* GetProperties(const dbus::ObjectPath& object_path) {
93 // object_manager_->GetProperties(object_path, kInterface));
110 // object_proxy = object_manager_->GetObjectProxy(object_path);
145 // D-Bus object identified by |object_path| and accessibile through
154 const dbus::ObjectPath& object_path,
158 // object has been added with the path |object_path|. The D-Bus interface
166 virtual void ObjectAdded(const ObjectPath& object_path,
170 // object with the path |object_path| has been removed. Ths D-Bus interface
178 virtual void ObjectRemoved(const ObjectPath& object_path,
185 const ObjectPath& object_path);
208 // Returns a ObjectProxy pointer for the given |object_path|. Unlike
211 ObjectProxy* GetObjectProxy(const ObjectPath& object_path);
213 // Returns a PropertySet* pointer for the given |object_path| and
217 // static_cast<Properties*>(GetProperties(object_path, my_interface));
218 PropertySet* GetProperties(const ObjectPath& object_path,
250 // Updates the map entry for the object with path |object_path| using the
254 void UpdateObject(const ObjectPath& object_path, MessageReader* reader);
256 // Updates the properties structure of the object with path |object_path|
265 void AddInterface(const ObjectPath& object_path,
269 // Removes the properties structure of the object with path |object_path|
273 void RemoveInterface(const ObjectPath& object_path,