Home | History | Annotate | Download | only in dbus

Lines Matching refs:object_path

23 #include "dbus/object_path.h"
88 // bus.GetObjectProxy(service_name, object_path);
123 // const ObjectPath& object_path,
130 // bus.GetExportedObject(service_name, object_path);
258 // |object_path| looks like "/org/freedesktop/NetworkManager/Devices/0".
262 const ObjectPath& object_path);
268 const ObjectPath& object_path,
285 // |object_path| looks like "/org/freedesktop/NetworkManager/Devices/0".
290 // |service_name| and |object_path| to remove, and calls |callback| when it
296 const ObjectPath& object_path,
303 const ObjectPath& object_path,
321 virtual ExportedObject* GetExportedObject(const ObjectPath& object_path);
323 // Unregisters the exported object for the given object path |object_path|.
330 virtual void UnregisterExportedObject(const ObjectPath& object_path);
333 // Gets an object manager for the given remote object path |object_path|
344 const ObjectPath& object_path);
347 // |object_path| exported by the srevice |service_name|.
360 const ObjectPath& object_path,
528 virtual bool TryRegisterObjectPath(const ObjectPath& object_path,
536 virtual void UnregisterObjectPath(const ObjectPath& object_path);