Home | History | Annotate | Download | only in dbus

Lines Matching refs:ObjectManager

328 ObjectManager* Bus::GetObjectManager(const std::string& service_name,
339 scoped_refptr<ObjectManager> object_manager =
340 new ObjectManager(this, service_name, object_path);
357 // ObjectManager is present. Remove it now and CleanUp on the DBus thread.
358 scoped_refptr<ObjectManager> object_manager = iter->second;
370 scoped_refptr<dbus::ObjectManager> object_manager,
377 // The ObjectManager has to be deleted on the origin thread since it was
386 scoped_refptr<dbus::ObjectManager> object_manager,