/external/libchrome/dbus/ |
D | bus.cc | 126 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 …]
|
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>; 751 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 | 26 class Bus; variable 45 ObjectProxy(Bus* bus, 307 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() 114 scoped_refptr<dbus::Bus> bus_;
|
D | dbus_object.h | 467 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_;
|
D | dbus_method_invoker_unittest.cc | 43 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()
|
D | dbus_signal_handler_unittest.cc | 32 dbus::Bus::Options options; in SetUp() 33 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
|
D | dbus_object.cc | 34 dbus::Bus* /* bus */, in ExportAsync() argument 70 dbus::Bus* /* bus */, in ExportAndBlock() argument 153 const scoped_refptr<dbus::Bus>& bus, in DBusObject()
|
D | exported_property_set.h | 97 explicit ExportedPropertySet(dbus::Bus* bus); 144 dbus::Bus* bus_; // weak; owned by outer DBusObject containing this object.
|
/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/syslinux/efi64/include/efi/ |
D | pci22.h | 119 UINT8 Bus; member 127 UINT32 Bus : 8; member
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ |
D | pci22.h | 119 UINT8 Bus; member 127 UINT32 Bus : 8; member
|
/external/syslinux/efi32/include/efi/ |
D | pci22.h | 119 UINT8 Bus; member 127 UINT32 Bus : 8; member
|
/external/valgrind/gdbserver_tests/ |
D | mcsignopass.stdoutB.exp | 4 SIGBUS Yes Yes Yes Bus error 55 Program received signal SIGBUS, Bus error.
|
/external/valgrind/none/tests/scripts/ |
D | shell_zerolength.stderr.exp-dash | 1 Bus error
|