Home
last modified time | relevance | path

Searched refs:Bus (Results 1 – 25 of 665) sorted by relevance

12345678910>>...27

/external/libchrome/dbus/
Dbus.cc126 void StartMonitoring(Bus* bus) { in StartMonitoring()
181 Bus::Options::Options() in Options()
186 Bus::Options::~Options() { in ~Options()
189 Bus::Bus(const Options& options) in Bus() function in dbus::Bus
210 Bus::~Bus() { in ~Bus()
223 ObjectProxy* Bus::GetObjectProxy(const std::string& service_name, in GetObjectProxy()
229 ObjectProxy* Bus::GetObjectProxyWithOptions(const std::string& service_name, in GetObjectProxyWithOptions()
249 bool Bus::RemoveObjectProxy(const std::string& service_name, in RemoveObjectProxy()
257 bool Bus::RemoveObjectProxyWithOptions(const std::string& service_name, in RemoveObjectProxyWithOptions()
273 base::Bind(&Bus::RemoveObjectProxyInternal, in RemoveObjectProxyWithOptions()
[all …]
Dbus.h137 class CHROME_DBUS_EXPORT Bus : public base::RefCountedThreadSafe<Bus> {
223 explicit Bus(const Options& options);
590 virtual ~Bus();
593 friend class base::RefCountedThreadSafe<Bus>;
751 DISALLOW_COPY_AND_ASSIGN(Bus);
Dmock_bus.cc11 MockBus::MockBus(const Bus::Options& options) : Bus(options) { in MockBus()
Dexported_object.h25 class Bus; variable
40 ExportedObject(Bus* bus, const ObjectPath& object_path);
171 scoped_refptr<Bus> bus_;
Dobject_manager.h130 class Bus; variable
187 ObjectManager(Bus* bus,
318 Bus* bus_;
Dobject_proxy.h26 class Bus; variable
45 ObjectProxy(Bus* bus,
307 scoped_refptr<Bus> bus_;
Dmock_bus.h19 class MockBus : public Bus {
21 MockBus(const Bus::Options& options);
/external/libbrillo/brillo/dbus/
Ddbus_connection.cc26 scoped_refptr<dbus::Bus> DBusConnection::Connect() { in Connect()
30 scoped_refptr<dbus::Bus> DBusConnection::ConnectWithTimeout( in ConnectWithTimeout()
37 dbus::Bus::Options options; in ConnectWithTimeout()
38 options.bus_type = dbus::Bus::SYSTEM; in ConnectWithTimeout()
40 scoped_refptr<dbus::Bus> bus = new dbus::Bus(options); in ConnectWithTimeout()
Ddbus_connection.h24 scoped_refptr<dbus::Bus> Connect();
29 scoped_refptr<dbus::Bus> ConnectWithTimeout(base::TimeDelta timeout);
32 scoped_refptr<dbus::Bus> bus_;
Ddbus_service_watcher.h32 DBusServiceWatcher(scoped_refptr<dbus::Bus> bus,
41 scoped_refptr<dbus::Bus> bus_;
43 dbus::Bus::GetServiceOwnerCallback monitoring_callback_;
Dexported_object_manager.h87 ExportedObjectManager(scoped_refptr<dbus::Bus> bus,
109 const scoped_refptr<dbus::Bus>& GetBus() const { return bus_; } in GetBus()
114 scoped_refptr<dbus::Bus> bus_;
Ddbus_object.h467 dbus::Bus* bus,
480 dbus::Bus* bus,
515 const scoped_refptr<dbus::Bus>& bus,
555 scoped_refptr<dbus::Bus> GetBus() { return bus_; } in GetBus()
566 scoped_refptr<dbus::Bus> bus_;
Ddbus_method_invoker_unittest.cc43 dbus::Bus::Options options; in SetUp()
44 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
200 dbus::Bus::Options options; in SetUp()
201 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
Ddbus_signal_handler_unittest.cc32 dbus::Bus::Options options; in SetUp()
33 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
Ddbus_object.cc34 dbus::Bus* /* bus */, in ExportAsync() argument
70 dbus::Bus* /* bus */, in ExportAndBlock() argument
153 const scoped_refptr<dbus::Bus>& bus, in DBusObject()
Dexported_property_set.h97 explicit ExportedPropertySet(dbus::Bus* bus);
144 dbus::Bus* bus_; // weak; owned by outer DBusObject containing this object.
/external/libmtp/logs/
Dmtp-detect-sonyericsson-mt27i-android4.txt5 Bus 001 Device 003: ID 0fce:5173 Sony Ericsson Mobile Communications AB
29 (Bus Powered)
111 (Bus Powered)
118 Bus 001 Device 004: ID 0fce:6173 Sony Ericsson Mobile Communications AB
142 (Bus Powered)
214 (Bus Powered)
Dmtp-detect-asus-me301t.txt9 Bus 001 Device 006: ID 0b05:4cd0 ASUSTek Computer, Inc.
33 (Bus Powered)
85 (Bus Powered)
/external/kernel-headers/original/uapi/linux/
Dcciss_defs.h60 BYTE Bus:6; member
70 BYTE Bus:3; member
78 DWORD Bus:6; member
/external/autotest/client/site_tests/platform_Firewall/
Dcontrol8 Tests whether firewall rules can be added using D-Bus.
9 Fails if rules are not added after the D-Bus call, or if rules are not removed
/external/syslinux/efi64/include/efi/
Dpci22.h119 UINT8 Bus; member
127 UINT32 Bus : 8; member
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
Dpci22.h119 UINT8 Bus; member
127 UINT32 Bus : 8; member
/external/syslinux/efi32/include/efi/
Dpci22.h119 UINT8 Bus; member
127 UINT32 Bus : 8; member
/external/valgrind/gdbserver_tests/
Dmcsignopass.stdoutB.exp4 SIGBUS Yes Yes Yes Bus error
55 Program received signal SIGBUS, Bus error.
/external/valgrind/none/tests/scripts/
Dshell_zerolength.stderr.exp-dash1 Bus error

12345678910>>...27