Home | History | Annotate | Download | only in dbus

Lines Matching full:object_path

21 #include "dbus/object_path.h"
86 // bus.GetObjectProxy(service_name, object_path);
121 // const ObjectPath& object_path,
128 // bus.GetExportedObject(service_name, object_path);
262 // |object_path| looks like "/org/freedesktop/NetworkManager/Devices/0".
266 const ObjectPath& object_path);
272 const ObjectPath& object_path,
289 // |object_path| looks like "/org/freedesktop/NetworkManager/Devices/0".
294 // |service_name| and |object_path| to remove, and calls |callback| when it
300 const ObjectPath& object_path,
307 const ObjectPath& object_path,
325 virtual ExportedObject* GetExportedObject(const ObjectPath& object_path);
327 // Unregisters the exported object for the given object path |object_path|.
334 virtual void UnregisterExportedObject(const ObjectPath& object_path);
337 // Gets an object manager for the given remote object path |object_path|
348 const ObjectPath& object_path);
351 // |object_path| exported by the srevice |service_name|.
359 const ObjectPath& object_path);
523 virtual bool TryRegisterObjectPath(const ObjectPath& object_path,
531 virtual void UnregisterObjectPath(const ObjectPath& object_path);