Home
last modified time | relevance | path

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

12345678910>>...29

/external/libchrome/dbus/
Dbus.cc121 void StartMonitoring(Bus* bus) { in StartMonitoring()
149 Bus::Options::Options() in Options()
154 Bus::Options::~Options() = default;
156 Bus::Bus(const Options& options) in Bus() function in dbus::Bus
177 Bus::~Bus() { in ~Bus()
190 ObjectProxy* Bus::GetObjectProxy(const std::string& service_name, in GetObjectProxy()
196 ObjectProxy* Bus::GetObjectProxyWithOptions(const std::string& service_name, in GetObjectProxyWithOptions()
216 bool Bus::RemoveObjectProxy(const std::string& service_name, in RemoveObjectProxy()
224 bool Bus::RemoveObjectProxyWithOptions(const std::string& service_name, in RemoveObjectProxyWithOptions()
240 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>;
750 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.h30 class Bus; variable
49 ObjectProxy(Bus* bus,
334 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()
121 scoped_refptr<dbus::Bus> bus_;
Ddbus_object.h470 dbus::Bus* bus,
483 dbus::Bus* bus,
521 const scoped_refptr<dbus::Bus>& bus,
530 const scoped_refptr<dbus::Bus>& bus,
582 scoped_refptr<dbus::Bus> GetBus() { return bus_; } in GetBus()
596 scoped_refptr<dbus::Bus> bus_;
Ddbus_object.cc56 dbus::Bus* /* bus */, in ExportAsync() argument
92 dbus::Bus* /* bus */, in ExportAndBlock() argument
175 const scoped_refptr<dbus::Bus>& bus, in DBusObject()
184 const scoped_refptr<dbus::Bus>& bus, in DBusObject()
Ddbus_method_invoker_unittest.cc74 dbus::Bus::Options options; in SetUp()
75 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
233 dbus::Bus::Options options; in SetUp()
234 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()
Dexported_property_set.h100 explicit ExportedPropertySet(dbus::Bus* bus);
151 dbus::Bus* bus_; // weak; owned by outer DBusObject containing this object.
/external/libbrillo/brillo/http/
Dhttp_proxy.h16 class Bus; variable
35 BRILLO_EXPORT bool GetChromeProxyServers(scoped_refptr<dbus::Bus> bus,
41 scoped_refptr<dbus::Bus> bus,
Dhttp_proxy.cc102 bool GetChromeProxyServers(scoped_refptr<dbus::Bus> bus, const std::string& url, in GetChromeProxyServers()
117 void GetChromeProxyServersAsync(scoped_refptr<dbus::Bus> bus, in GetChromeProxyServersAsync()
/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/u-boot/doc/device-tree-bindings/spi/
Dspi-stm32-qspi.txt14 - spi-tx-bus-width : Bus width (number of lines) for writing (1-4)
15 - spi-rx-bus-width : Bus width (number of lines) for reading (1-4)
/external/u-boot/board/rockchip/evb_rv1108/
DREADME28 Bus Width=16 Col=10 Bank=8 Row=15 CS=1 Die Bus-Width=16 Size=512MB
/external/u-boot/doc/device-tree-bindings/pinctrl/
Dmarvell,mvebu-pinctrl.txt39 /* MPP Bus:
61 /* MPP Bus:
97 /* MPP Bus:

12345678910>>...29