HomeSort by relevance Sort by last modified time
    Searched refs:Bus (Results 1 - 25 of 205) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/dbus/
mock_bus.cc 11 MockBus::MockBus(const Bus::Options& options) : Bus(options) {
mock_exported_object.cc 9 MockExportedObject::MockExportedObject(Bus* bus,
11 : ExportedObject(bus, object_path) {
bus.cc 5 #include "dbus/bus.h"
41 // The class is used for watching the file descriptor used for D-Bus
102 // The class is used for monitoring the timeout used for D-Bus method
108 // Bus::OnRemoveTimeout(). That's why we don't simply delete the object in
109 // Bus::OnRemoveTimeout().
126 void StartMonitoring(Bus* bus) {
127 bus->GetDBusTaskRunner()->PostDelayedTask(
163 // occur if this function is called after Bus::OnRemoveTimeout().
181 Bus::Options::Options(
    [all...]
bus_unittest.cc 5 #include "dbus/bus.h"
77 Bus::Options options;
78 scoped_refptr<Bus> bus = new Bus(options); local
81 bus->GetObjectProxy("org.chromium.TestService",
87 bus->GetObjectProxy("org.chromium.TestService",
94 bus->GetObjectProxy(
100 bus->ShutdownAndBlock();
104 Bus::Options options
105 scoped_refptr<Bus> bus = new Bus(options); local
148 scoped_refptr<Bus> bus = new Bus(options); local
196 scoped_refptr<Bus> bus = new Bus(options); local
228 scoped_refptr<Bus> bus = new Bus(options); local
260 scoped_refptr<Bus> bus = new Bus(options); local
278 scoped_refptr<Bus> bus = new Bus(options); local
289 scoped_refptr<Bus> bus = new Bus(options); local
310 scoped_refptr<Bus> bus = new Bus(options); local
355 scoped_refptr<Bus> bus = new Bus(bus_options); local
    [all...]
mock_object_manager.cc 9 MockObjectManager::MockObjectManager(Bus* bus,
12 : ObjectManager(bus, service_name, object_path) {
mock_object_proxy.cc 9 MockObjectProxy::MockObjectProxy(Bus* bus,
12 : ObjectProxy(bus, service_name, object_path, DEFAULT_OPTIONS) {
object_proxy_unittest.cc 8 #include "dbus/bus.h"
19 Bus::Options bus_options;
20 bus_options.bus_type = Bus::SESSION;
21 bus_options.connection_type = Bus::PRIVATE;
22 bus_ = new Bus(bus_options);
33 scoped_refptr<Bus> bus_;
mock_exported_object.h 19 MockExportedObject(Bus* bus,
  /external/chromium_org/chromeos/dbus/
dbus_client.h 11 class Bus;
26 virtual void Init(dbus::Bus* bus) = 0;
blocking_method_caller.h 15 class Bus;
22 // A utility class to call D-Bus methods in a synchronous (blocking) way.
27 BlockingMethodCaller(dbus::Bus* bus, dbus::ObjectProxy* proxy);
34 dbus::Bus* bus_;
bluetooth_gatt_service_service_provider.h 12 #include "dbus/bus.h"
17 // BluetoothGattServiceServiceProvider is used to provide a D-Bus object that
21 // Instantiate with a chosen D-Bus object path (that conforms to the BlueZ GATT
23 // pass the D-Bus object path as the |service_path| argument to the
31 // Creates the instance where |bus| is the D-Bus bus connection to export the
38 dbus::Bus* bus,
fake_image_burner_client.cc 15 void FakeImageBurnerClient::Init(dbus::Bus* bus) {
fake_introspectable_client.cc 17 void FakeIntrospectableClient::Init(dbus::Bus* bus) {}
fake_introspectable_client.h 21 virtual void Init(dbus::Bus* bus) OVERRIDE;
fake_lorgnette_manager_client.h 22 virtual void Init(dbus::Bus* bus) OVERRIDE;
fake_permission_broker_client.cc 15 void FakePermissionBrokerClient::Init(dbus::Bus* bus) {}
fake_permission_broker_client.h 19 virtual void Init(dbus::Bus* bus) OVERRIDE;
fake_system_clock_client.cc 15 void FakeSystemClockClient::Init(dbus::Bus* bus) {
fake_image_burner_client.h 21 virtual void Init(dbus::Bus* bus) OVERRIDE;
fake_sms_client.h 20 virtual void Init(dbus::Bus* bus) OVERRIDE;
fake_system_clock_client.h 19 virtual void Init(dbus::Bus* bus) OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/dbus/
cros_dbus_service.h 14 class Bus;
20 // CrosDBusService is used to run a D-Bus service inside Chrome for Chrome
27 // used in the D-Bus constants such as the service name.
29 // CrosDBusService exports D-Bus methods through service provider classes
39 // D-Bus methods.
59 dbus::Bus* bus,
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_linux.h 13 class Bus;
32 WlanApiInterface* NewWlanApiForTesting(dbus::Bus* bus);
  /external/chromium_org/mojo/shell/
dbus_application_loader_linux.h 17 class Bus;
77 scoped_refptr<dbus::Bus> bus_;
  /external/chromium_org/mojo/dbus/
dbus_external_service.cc 12 #include "dbus/bus.h"
71 dbus::Bus::Options options;
72 options.bus_type = dbus::Bus::SESSION;
73 bus_ = new dbus::Bus(options);
84 dbus::Bus::REQUIRE_PRIMARY_ALLOW_REPLACEMENT))

Completed in 497 milliseconds

1 2 3 4 5 6 7 8 9