/external/libchrome/dbus/ |
D | bus.cc | 120 void StartMonitoring(Bus* bus) { in StartMonitoring() 175 Bus::Options::Options() in Options() 180 Bus::Options::~Options() { in ~Options() 183 Bus::Bus(const Options& options) in Bus() function in dbus::Bus 203 Bus::~Bus() { in ~Bus() 216 ObjectProxy* Bus::GetObjectProxy(const std::string& service_name, in GetObjectProxy() 222 ObjectProxy* Bus::GetObjectProxyWithOptions(const std::string& service_name, in GetObjectProxyWithOptions() 242 bool Bus::RemoveObjectProxy(const std::string& service_name, in RemoveObjectProxy() 250 bool Bus::RemoveObjectProxyWithOptions(const std::string& service_name, in RemoveObjectProxyWithOptions() 266 base::Bind(&Bus::RemoveObjectProxyInternal, in RemoveObjectProxyWithOptions() [all …]
|
D | bus.h | 141 class CHROME_DBUS_EXPORT Bus : public base::RefCountedThreadSafe<Bus> { 227 explicit Bus(const Options& options); 600 virtual ~Bus(); 603 friend class base::RefCountedThreadSafe<Bus>; 761 DISALLOW_COPY_AND_ASSIGN(Bus);
|
D | mock_bus.cc | 11 MockBus::MockBus(const Bus::Options& options) : Bus(options) { in MockBus()
|
D | exported_object.h | 24 class Bus; variable 39 ExportedObject(Bus* bus, const ObjectPath& object_path); 169 scoped_refptr<Bus> bus_;
|
D | object_manager.h | 129 class Bus; variable 186 ObjectManager(Bus* bus, 320 Bus* bus_;
|
D | object_proxy.h | 25 class Bus; variable 44 ObjectProxy(Bus* bus, 301 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 | 42 dbus::Bus::Options options; in SetUp() 43 options.bus_type = dbus::Bus::SYSTEM; in SetUp() 199 dbus::Bus::Options options; in SetUp() 200 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()
|
/external/dbus/ |
D | README | 11 D-Bus is a simple system for interprocess communication and coordination. 13 The "and coordination" part is important; D-Bus provides a bus daemon that does things like: 21 See also the file HACKING for notes of interest to developers working on D-Bus. 23 If you're considering D-Bus for use in a project, you should be aware 24 that D-Bus was designed for a couple of specific use cases, a "system 26 in the D-Bus specification and FAQ available on the web site. 28 If your use-case isn't one of these, D-Bus may still be useful, but 29 only by accident; so you should evaluate carefully whether D-Bus makes 35 A core concept of the D-Bus implementation is that "libdbus" is 39 separate projects from the main D-Bus package. The main D-Bus package [all …]
|
D | NEWS.pre-1-2 | 1 D-Bus 1.2.1 (04 April) 10 - fix stuck server grab if dbus-launch is run in an existing D-Bus X session 13 - better checks for linker flag support should allow D-Bus to link under 22 D-Bus 1.1.20 - "Conisten Water" (27 Febuary) 25 - This is the next generation supported STABLE release of D-Bus. For all 29 issues and fix a couple of licensing courner cases. When this happens D-Bus 32 - D-Bus 1.0.x effectively goes into security fix mode and will only be 41 - Fixes dbus-launch so the session bus goes away so does D-Bus 52 D-Bus 1.1.4 - 1.2.0RC2 (17 January 2007) 56 D-Bus 1.1.3 - 1.2.0RC1 (15 January 2007) [all …]
|
D | NEWS | 1 D-Bus 1.6.8 (2012-09-28) 13 D-Bus 1.6.6 (2012-09-28) 26 D-Bus 1.6.4 (2012-07-18) 43 D-Bus 1.6.2 (2012-06-27) 55 Automake maintainer mode. D-Bus developers should now configure with 66 D-Bus 1.6.0 (2012-06-05) 71 This version starts a new stable branch of D-Bus: only bug fixes will 80 • D-Bus Specification v0.19 125 D-Bus 1.5.12 (2012-03-27) 150 D-Bus 1.5.10 (2012-02-21) [all …]
|
D | HACKING | 8 The D-Bus mailing list is dbus@lists.freedesktop.org; discussion 14 Most of D-Bus is security sensitive. Guidelines related to that: 65 D-Bus uses Git as its version control system. The main repository is 66 hosted at git.freedesktop.org/dbus/dbus. To clone D-Bus, execute the 77 D-Bus development happens in two branches in parallel: the current 84 When making a change to D-Bus, do the following: 86 - check out the earliest branch of D-Bus that makes sense to have 111 - extract your patches and send to the D-Bus mailing list for 112 review or post them to the D-Bus Bugzilla, attaching them to a bug 148 To make a release of D-Bus, do the following: [all …]
|
/external/kernel-headers/original/uapi/linux/ |
D | cciss_defs.h | 59 BYTE Bus:6; member 69 BYTE Bus:3; member 77 DWORD Bus:6; member
|
/external/dbus/bus/ |
D | dbus.socket.in | 2 Description=D-Bus System Message Bus Socket
|
D | dbus.service.in | 2 Description=D-Bus System Message Bus
|
/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/dbus/cmake/modules/ |
D | CPackInstallConfig.cmake | 34 SET(CPACK_NSIS_DISPLAY_NAME "D-Bus for Windows") 43 SET(CPACK_PACKAGE_EXECUTABLES "dbus-launch" "D-Bus Daemon")
|
/external/valgrind/gdbserver_tests/ |
D | mcsignopass.stdoutB.exp | 4 SIGBUS Yes Yes Yes Bus error 55 Program received signal SIGBUS, Bus error.
|