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

1 23 4 5 6 7 8 9

  /external/chromium_org/chromeos/dbus/
bluetooth_profile_service_provider.h 14 #include "dbus/bus.h"
20 // BluetoothProfileServiceProvider is used to provide a D-Bus object that the
23 // Instantiate with a chosen D-Bus object path and delegate object, and pass
24 // the D-Bus object path as the |agent_path| argument to the
106 // Creates the instance where |bus| is the D-Bus bus connection to export
111 dbus::Bus* bus,
fake_bluetooth_agent_manager_client.h 30 virtual void Init(dbus::Bus* bus) OVERRIDE;
fake_bluetooth_profile_manager_client.h 33 virtual void Init(dbus::Bus* bus) OVERRIDE;
56 // Map of a D-Bus object path to the FakeBluetoothProfileServiceProvider
64 // Map of Profile UUID to the D-Bus object path of the service provider
fake_modem_messaging_client.h 20 virtual void Init(dbus::Bus* bus) OVERRIDE;
fake_nfc_manager_client.h 38 virtual void Init(dbus::Bus* bus) OVERRIDE;
fake_sms_client.cc 24 void FakeSMSClient::Init(dbus::Bus* bus) {}
mock_shill_profile_client.h 23 MOCK_METHOD1(Init, void(dbus::Bus* bus));
introspectable_client.cc 12 #include "dbus/bus.h"
20 // D-Bus specification constants.
24 // String constants used for parsing D-Bus Introspection XML data.
58 virtual void Init(dbus::Bus* bus) OVERRIDE { bus_ = bus; }
83 dbus::Bus* bus_;
dbus_thread_manager.h 19 class Bus;
66 // DBusThreadManager manages the D-Bus thread, the thread dedicated to
67 // handling asynchronous D-Bus operations.
69 // This class also manages D-Bus connections and D-Bus clients, which
70 // depend on the D-Bus thread to ensure the right order of shutdowns for
71 // the D-Bus thread, the D-Bus connections, and the D-Bus clients.
73 // CALLBACKS IN D-BUS CLIENTS
    [all...]
blocking_method_caller_unittest.cc 48 // Create a mock bus.
49 dbus::Bus::Options options;
50 options.bus_type = dbus::Bus::SYSTEM;
114 // Get an object proxy from the mock bus.
blocking_method_caller.cc 12 #include "dbus/bus.h"
31 BlockingMethodCaller::BlockingMethodCaller(dbus::Bus* bus,
33 : bus_(bus),
bluetooth_agent_service_provider.h 13 #include "dbus/bus.h"
18 // BluetoothAgentServiceProvider is used to provide a D-Bus object that
22 // Instantiate with a chosen D-Bus object path and delegate object, and pass
23 // the D-Bus object path as the |agent_path| argument to the
163 // Creates the instance where |bus| is the D-Bus bus connection to export
168 dbus::Bus* bus,
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_linux.cc 6 // Currently, only the NetworkManager API is used, accessed via D-Bus (in turn
15 #include "dbus/bus.h"
50 // Similar to Init() but can inject the bus object. Used for testing.
51 bool InitWithBus(dbus::Bus* bus);
55 // This function makes blocking D-Bus calls, but it's totally fine as
77 scoped_refptr<dbus::Bus> system_bus_;
106 dbus::Bus::Options options;
107 options.bus_type = dbus::Bus::SYSTEM;
108 options.connection_type = dbus::Bus::PRIVATE
    [all...]
  /external/chromium_org/dbus/
mock_bus.h 8 #include "dbus/bus.h"
14 // Mock for Bus class. Along with MockObjectProxy and MockExportedObject,
16 // D-Bus calls.
17 class MockBus : public Bus {
19 MockBus(const Bus::Options& options);
bus.h 39 // Bus is used to establish a connection with D-Bus, create object
43 // bus object will use a task runner to monitor the underlying file
44 // descriptor used for D-Bus communication. By default, the bus will use
46 // specified, the bus will use that task runner instead.
50 // In the D-Bus library, we use the two threads:
52 // - The origin thread: the thread that created the Bus object.
53 // - The D-Bus thread: the thread servicing |dbus_task_runner|.
55 // The origin thread is usually Chrome's UI thread. The D-Bus thread i
    [all...]
end_to_end_async_unittest.cc 17 #include "dbus/bus.h"
44 // Start the D-Bus thread.
45 dbus_thread_.reset(new base::Thread("D-Bus Thread"));
50 // Start the test service, using the D-Bus thread.
58 // Create the client, using the D-Bus thread.
59 Bus::Options bus_options;
60 bus_options.bus_type = Bus::SESSION;
61 bus_options.connection_type = Bus::PRIVATE;
65 bus_ = new Bus(bus_options);
87 // the shutdown of Bus when an object proxy is connected to more tha
    [all...]
property_unittest.cc 17 #include "dbus/bus.h"
56 // Start the D-Bus thread.
57 dbus_thread_.reset(new base::Thread("D-Bus Thread"));
62 // Start the test service, using the D-Bus thread.
70 // Create the client, using the D-Bus thread.
71 Bus::Options bus_options;
72 bus_options.bus_type = Bus::SESSION;
73 bus_options.connection_type = Bus::PRIVATE;
75 bus_ = new Bus(bus_options);
150 scoped_refptr<Bus> bus_
    [all...]
object_proxy.h 24 class Bus;
36 // bus always holds at least one of those references so object proxies
37 // always last as long as the bus that created them.
41 // Client code should use Bus::GetObjectProxy() or
42 // Bus::GetObjectProxyWithOptions() instead of this constructor.
43 ObjectProxy(Bus* bus,
48 // Options to be OR-ed together when calling Bus::GetObjectProxyWithOptions().
61 // macros as these aren't defined with D-Bus earlier than 1.4.12.
167 // the origin thread when D-Bus system sends "NameOwnerChanged" for the nam
    [all...]
signal_sender_verification_unittest.cc 15 #include "dbus/bus.h"
37 // Start the D-Bus thread.
38 dbus_thread_.reset(new base::Thread("D-Bus Thread"));
43 // Create the client, using the D-Bus thread.
44 Bus::Options bus_options;
45 bus_options.bus_type = Bus::SESSION;
46 bus_options.connection_type = Bus::PRIVATE;
48 bus_ = new Bus(bus_options);
72 // Start the test service, using the D-Bus thread.
115 // PostTask to quit the MessageLoop as this is called from D-Bus thread
    [all...]
  /external/chromium_org/device/media_transfer_protocol/
media_transfer_protocol_daemon_client.h 27 class Bus;
146 static MediaTransferProtocolDaemonClient* Create(dbus::Bus* bus);
  /external/chromium_org/content/browser/
power_save_blocker_x11.cc 28 #include "dbus/bus.h"
69 // Picks an appropriate D-Bus API to use based on the desktop environment.
84 // Selects an appropriate D-Bus API to use for this object. Must be called on
102 // Returns an appropriate D-Bus API to use based on the desktop environment.
118 scoped_refptr<dbus::Bus> bus_;
134 // We're on the client's thread here, so we don't allocate the dbus::Bus
164 // The thread we use here becomes the origin and D-Bus thread for the D-Bus
177 dbus::Bus::Options options;
178 options.bus_type = dbus::Bus::SESSION
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
cciss_ioctl.h 12 unsigned char bus; member in struct:_cciss_pci_info_struct
94 BYTE Bus:6;
104 BYTE Bus:3;
112 DWORD Bus:6;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cciss_ioctl.h 12 unsigned char bus; member in struct:_cciss_pci_info_struct
94 BYTE Bus:6;
104 BYTE Bus:3;
112 DWORD Bus:6;
  /external/chromium_org/content/browser/battery_status/
battery_status_manager_linux.cc 13 #include "dbus/bus.h"
204 dbus::Bus::Options options;
205 options.bus_type = dbus::Bus::SYSTEM;
206 options.connection_type = dbus::Bus::PRIVATE;
207 system_bus_ = new dbus::Bus(options);
219 base::Bind(&dbus::Bus::ShutdownAndBlock,
262 scoped_refptr<dbus::Bus> system_bus_;
263 dbus::ObjectProxy* battery_proxy_; // owned by the bus
  /external/chromium_org/base/threading/
thread_restrictions.h 54 class Bus;
219 friend class dbus::Bus; // http://crbug.com/125222

Completed in 820 milliseconds

1 23 4 5 6 7 8 9