HomeSort by relevance Sort by last modified time
    Searched defs:ExportedObjectManager (Results 1 - 2 of 2) sorted by null

  /external/libbrillo/brillo/dbus/
exported_object_manager.h 27 // ExportedObjectManager is a delegate that implements the
56 // ExportedObjectManager object_manager_;
79 class BRILLO_EXPORT ExportedObjectManager
80 : public base::SupportsWeakPtr<ExportedObjectManager> {
87 ExportedObjectManager(scoped_refptr<dbus::Bus> bus,
89 virtual ~ExportedObjectManager() = default;
116 // Tracks all objects currently known to the ExportedObjectManager.
128 DISALLOW_COPY_AND_ASSIGN(ExportedObjectManager);
exported_object_manager.cc 18 ExportedObjectManager::ExportedObjectManager(scoped_refptr<dbus::Bus> bus,
23 void ExportedObjectManager::RegisterAsync(
31 &ExportedObjectManager::HandleGetManagedObjects);
40 void ExportedObjectManager::ClaimInterface(
58 void ExportedObjectManager::ReleaseInterface(
82 ExportedObjectManager::ObjectMap
83 ExportedObjectManager::HandleGetManagedObjects() {
91 ExportedObjectManager::ObjectMap objects;

Completed in 67 milliseconds