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

1 23 4 5 6 7

  /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...]
signal_sender_verification_unittest.cc 14 #include "dbus/bus.h"
36 // Start the D-Bus thread.
37 dbus_thread_.reset(new base::Thread("D-Bus Thread"));
42 // Create the client, using the D-Bus thread.
43 Bus::Options bus_options;
44 bus_options.bus_type = Bus::SESSION;
45 bus_options.connection_type = Bus::PRIVATE;
47 bus_ = new Bus(bus_options);
70 // Start the test service, using the D-Bus thread.
111 // PostTask to quit the MessageLoop as this is called from D-Bus thread
    [all...]
end_to_end_async_unittest.cc 16 #include "dbus/bus.h"
43 // Start the D-Bus thread.
44 dbus_thread_.reset(new base::Thread("D-Bus Thread"));
49 // Start the test service, using the D-Bus thread.
57 // Create the client, using the D-Bus thread.
58 Bus::Options bus_options;
59 bus_options.bus_type = Bus::SESSION;
60 bus_options.connection_type = Bus::PRIVATE;
64 bus_ = new Bus(bus_options);
85 // the shutdown of Bus when an object proxy is connected to more tha
    [all...]
property_unittest.cc 16 #include "dbus/bus.h"
53 // Start the D-Bus thread.
54 dbus_thread_.reset(new base::Thread("D-Bus Thread"));
59 // Start the test service, using the D-Bus thread.
67 // Create the client, using the D-Bus thread.
68 Bus::Options bus_options;
69 bus_options.bus_type = Bus::SESSION;
70 bus_options.connection_type = Bus::PRIVATE;
72 bus_ = new Bus(bus_options);
143 scoped_refptr<Bus> bus_
    [all...]
object_proxy.h 24 class Bus;
35 // bus always holds at least one of those references so object proxies
36 // always last as long as the bus that created them.
40 // Client code should use Bus::GetObjectProxy() or
41 // Bus::GetObjectProxyWithOptions() instead of this constructor.
42 ObjectProxy(Bus* bus,
47 // Options to be OR-ed together when calling Bus::GetObjectProxyWithOptions().
59 // macros as these aren't defined with D-Bus earlier than 1.4.12.
155 // the origin thread when D-Bus system sends "NameOwnerChanged" for the nam
    [all...]
  /external/chromium_org/content/browser/
power_save_blocker_x11.cc 28 #include "dbus/bus.h"
75 // Picks an appropriate D-Bus API to use based on the desktop environment.
90 // Selects an appropriate D-Bus API to use for this object. Must be called on
108 // Returns an appropriate D-Bus API to use based on the desktop environment.
124 scoped_refptr<dbus::Bus> bus_;
140 // We're on the client's thread here, so we don't allocate the dbus::Bus
170 // The thread we use here becomes the origin and D-Bus thread for the D-Bus
183 dbus::Bus::Options options;
184 options.bus_type = dbus::Bus::SESSION
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-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;
  /external/chromium_org/base/threading/
thread_restrictions.h 55 class Bus;
211 friend class dbus::Bus; // http://crbug.com/125222
  /external/chromium_org/chromeos/dbus/
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
161 // Creates the instance where |bus| is the D-Bus bus connection to export
166 dbus::Bus* bus,
fake_bluetooth_adapter_client.h 42 virtual void Init(dbus::Bus* bus) OVERRIDE;
fake_bluetooth_agent_manager_client.cc 22 void FakeBluetoothAgentManagerClient::Init(dbus::Bus* bus) {
fake_bluetooth_input_client.h 39 virtual void Init(dbus::Bus* bus) OVERRIDE;
fake_debug_daemon_client.h 21 virtual void Init(dbus::Bus* bus) OVERRIDE;
fake_gsm_sms_client.h 24 virtual void Init(dbus::Bus* bus) OVERRIDE;
fake_modem_messaging_client.cc 19 void FakeModemMessagingClient::Init(dbus::Bus* bus) {}
fake_nfc_adapter_client.h 38 virtual void Init(dbus::Bus* bus) OVERRIDE;
fake_nfc_device_client.cc 49 void FakeNfcDeviceClient::Init(dbus::Bus* bus) {
fake_nfc_tag_client.cc 49 void FakeNfcTagClient::Init(dbus::Bus* bus) {
  /external/chromium_org/device/media_transfer_protocol/
media_transfer_protocol_daemon_client.h 27 class Bus;
166 static MediaTransferProtocolDaemonClient* Create(dbus::Bus* bus);
media_transfer_protocol_manager.cc 20 #include "dbus/bus.h"
46 dbus::Bus::Options options;
47 options.bus_type = dbus::Bus::SYSTEM;
48 options.connection_type = dbus::Bus::PRIVATE;
50 session_bus_ = new dbus::Bus(options);
77 FROM_HERE, base::Bind(&dbus::Bus::ShutdownAndBlock, session_bus_));
417 // Get the Bus object used to communicate with mtpd.
418 dbus::Bus* GetBus() {
475 // And a D-Bus session for talking to mtpd.
476 scoped_refptr<dbus::Bus> session_bus_
    [all...]

Completed in 220 milliseconds

1 23 4 5 6 7