Lines Matching refs:ObjectPath
217 const ObjectPath& object_path) { in GetObjectProxy()
223 const ObjectPath& object_path, in GetObjectProxyWithOptions()
243 const ObjectPath& object_path, in RemoveObjectProxy()
251 const ObjectPath& object_path, in RemoveObjectProxyWithOptions()
282 ExportedObject* Bus::GetExportedObject(const ObjectPath& object_path) { in GetExportedObject()
298 void Bus::UnregisterExportedObject(const ObjectPath& object_path) { in UnregisterExportedObject()
329 const ObjectPath& object_path) { in GetObjectManager()
347 const ObjectPath& object_path, in RemoveObjectManager()
755 bool Bus::TryRegisterObjectPath(const ObjectPath& object_path, in TryRegisterObjectPath()
779 void Bus::UnregisterObjectPath(const ObjectPath& object_path) { in UnregisterObjectPath()
860 const ObjectPath obj_path("/org/freedesktop/DBus"); in GetServiceOwnerAndBlock()