Searched defs:bus_ (Results 1 - 14 of 14) sorted by relevance

/external/libbrillo/brillo/dbus/
H A Ddbus_connection.h32 scoped_refptr<dbus::Bus> bus_; member in class:brillo::final
H A Ddbus_service_watcher.h41 scoped_refptr<dbus::Bus> bus_; member in class:brillo::dbus_utils::DBusServiceWatcher
H A Dexported_object_manager.h109 const scoped_refptr<dbus::Bus>& GetBus() const { return bus_; }
114 scoped_refptr<dbus::Bus> bus_; member in class:brillo::dbus_utils::ExportedObjectManager
H A Ddbus_signal_handler_unittest.cc34 bus_ = new dbus::MockBus(options);
36 EXPECT_CALL(*bus_, AssertOnOriginThread()).Times(AnyNumber());
37 EXPECT_CALL(*bus_, AssertOnDBusThread()).Times(AnyNumber());
40 bus_.get(), kTestServiceName, dbus::ObjectPath(kTestPath));
41 EXPECT_CALL(*bus_,
46 void TearDown() override { bus_ = nullptr; }
68 scoped_refptr<dbus::MockBus> bus_; member in class:brillo::dbus_utils::DBusSignalHandlerTest
H A Dexported_object_manager_unittest.cc103 bus_ = new dbus::MockBus(options);
105 EXPECT_CALL(*bus_, AssertOnOriginThread()).Times(AnyNumber());
106 EXPECT_CALL(*bus_, AssertOnDBusThread()).Times(AnyNumber());
108 mock_exported_object_ = new dbus::MockExportedObject(bus_.get(), kTestPath);
109 EXPECT_CALL(*bus_, GetExportedObject(kTestPath)).Times(1).WillOnce(
113 om_.reset(new ExportedObjectManager(bus_.get(), kTestPath));
121 bus_ = nullptr;
132 scoped_refptr<dbus::MockBus> bus_; member in class:brillo::dbus_utils::ExportedObjectManagerTest
H A Dexported_property_set.h144 dbus::Bus* bus_; // weak; owned by outer DBusObject containing this object. member in class:brillo::dbus_utils::ExportedPropertySet
H A Ddbus_object.h555 scoped_refptr<dbus::Bus> GetBus() { return bus_; }
566 scoped_refptr<dbus::Bus> bus_; member in class:brillo::dbus_utils::DBusObject
570 dbus::ExportedObject* exported_object_ = nullptr; // weak; owned by |bus_|.
H A Ddbus_method_invoker_unittest.cc45 bus_ = new dbus::MockBus(options);
47 EXPECT_CALL(*bus_, AssertOnOriginThread()).Times(AnyNumber());
48 EXPECT_CALL(*bus_, AssertOnDBusThread()).Times(AnyNumber());
51 bus_.get(), kTestServiceName, dbus::ObjectPath(kTestPath));
52 EXPECT_CALL(*bus_,
61 void TearDown() override { bus_ = nullptr; }
147 scoped_refptr<dbus::MockBus> bus_; member in class:brillo::dbus_utils::DBusMethodInvokerTest
202 bus_ = new dbus::MockBus(options);
204 EXPECT_CALL(*bus_, AssertOnOriginThread()).Times(AnyNumber());
205 EXPECT_CALL(*bus_, AssertOnDBusThrea
[all...]
H A Ddbus_object_unittest.cc99 bus_ = new dbus::MockBus(options);
101 EXPECT_CALL(*bus_, AssertOnOriginThread()).Times(AnyNumber());
102 EXPECT_CALL(*bus_, AssertOnDBusThread()).Times(AnyNumber());
107 new dbus::MockExportedObject(bus_.get(), kMethodsExportedOnPath);
108 EXPECT_CALL(*bus_, GetExportedObject(kMethodsExportedOnPath))
116 new DBusObject(nullptr, bus_, kMethodsExportedOnPath));
148 scoped_refptr<dbus::MockBus> bus_; member in class:brillo::dbus_utils::DBusObjectTest
376 MockExportedObjectManager mock_object_manager{bus_, kObjectManagerPath};
378 new DBusObject(&mock_object_manager, bus_, kMethodsExportedOnPath));
H A Dexported_property_set_unittest.cc114 bus_ = new dbus::MockBus(options);
116 EXPECT_CALL(*bus_, AssertOnOriginThread()).Times(AnyNumber());
117 EXPECT_CALL(*bus_, AssertOnDBusThread()).Times(AnyNumber());
120 new dbus::MockExportedObject(bus_.get(), kMethodsExportedOnPath);
121 EXPECT_CALL(*bus_, GetExportedObject(kMethodsExportedOnPath))
126 p_.reset(new Properties(bus_, kMethodsExportedOnPath));
166 scoped_refptr<dbus::MockBus> bus_; member in class:brillo::dbus_utils::ExportedPropertySetTest
/external/libbrillo/brillo/daemons/
H A Ddbus_daemon.h40 scoped_refptr<dbus::Bus> bus_; member in class:brillo::DBusDaemon
/external/libchrome/dbus/
H A Dexported_object.h171 scoped_refptr<Bus> bus_; member in class:dbus::ExportedObject
H A Dobject_manager.h64 // : bus_(bus),
66 // object_manager_ = bus_->GetObjectManager(kServiceName, kManagerPath);
318 Bus* bus_; member in class:dbus::ObjectManager
H A Dobject_proxy.h307 scoped_refptr<Bus> bus_; member in class:dbus::ObjectProxy

Completed in 363 milliseconds