/external/libchrome/dbus/ |
D | bus.cc | 121 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 …]
|
D | bus.h | 137 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);
|
D | mock_bus.cc | 11 MockBus::MockBus(const Bus::Options& options) : Bus(options) { in MockBus()
|
D | exported_object.h | 25 class Bus; variable 40 ExportedObject(Bus* bus, const ObjectPath& object_path); 171 scoped_refptr<Bus> bus_;
|
D | object_manager.h | 130 class Bus; variable 187 ObjectManager(Bus* bus, 318 Bus* bus_;
|
D | object_proxy.h | 30 class Bus; variable 49 ObjectProxy(Bus* bus, 334 scoped_refptr<Bus> bus_;
|
D | mock_bus.h | 19 class MockBus : public Bus { 21 MockBus(const Bus::Options& options);
|
/external/libbrillo/brillo/dbus/ |
D | dbus_connection.cc | 26 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()
|
D | dbus_connection.h | 24 scoped_refptr<dbus::Bus> Connect(); 29 scoped_refptr<dbus::Bus> ConnectWithTimeout(base::TimeDelta timeout); 32 scoped_refptr<dbus::Bus> bus_;
|
D | dbus_service_watcher.h | 32 DBusServiceWatcher(scoped_refptr<dbus::Bus> bus, 41 scoped_refptr<dbus::Bus> bus_; 43 dbus::Bus::GetServiceOwnerCallback monitoring_callback_;
|
D | exported_object_manager.h | 87 ExportedObjectManager(scoped_refptr<dbus::Bus> bus, 109 const scoped_refptr<dbus::Bus>& GetBus() const { return bus_; } in GetBus() 121 scoped_refptr<dbus::Bus> bus_;
|
D | dbus_object.h | 470 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_;
|
D | dbus_object.cc | 56 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()
|
D | dbus_method_invoker_unittest.cc | 74 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()
|
D | dbus_signal_handler_unittest.cc | 32 dbus::Bus::Options options; in SetUp() 33 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
|
D | exported_property_set.h | 100 explicit ExportedPropertySet(dbus::Bus* bus); 151 dbus::Bus* bus_; // weak; owned by outer DBusObject containing this object.
|
/external/libbrillo/brillo/http/ |
D | http_proxy.h | 16 class Bus; variable 35 BRILLO_EXPORT bool GetChromeProxyServers(scoped_refptr<dbus::Bus> bus, 41 scoped_refptr<dbus::Bus> bus,
|
D | http_proxy.cc | 102 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/ |
D | mtp-detect-sonyericsson-mt27i-android4.txt | 5 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)
|
D | mtp-detect-asus-me301t.txt | 9 Bus 001 Device 006: ID 0b05:4cd0 ASUSTek Computer, Inc. 33 (Bus Powered) 85 (Bus Powered)
|
/external/kernel-headers/original/uapi/linux/ |
D | cciss_defs.h | 60 BYTE Bus:6; member 70 BYTE Bus:3; member 78 DWORD Bus:6; member
|
/external/autotest/client/site_tests/platform_Firewall/ |
D | control | 8 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/ |
D | spi-stm32-qspi.txt | 14 - 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/ |
D | README | 28 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/ |
D | marvell,mvebu-pinctrl.txt | 39 /* MPP Bus: 61 /* MPP Bus: 97 /* MPP Bus:
|