Home
last modified time | relevance | path

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

12345

/external/libchrome/dbus/
Dbus.cc120 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 …]
Dbus.h141 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);
Dmock_bus.cc11 MockBus::MockBus(const Bus::Options& options) : Bus(options) { in MockBus()
Dexported_object.h24 class Bus; variable
39 ExportedObject(Bus* bus, const ObjectPath& object_path);
169 scoped_refptr<Bus> bus_;
Dobject_manager.h129 class Bus; variable
186 ObjectManager(Bus* bus,
320 Bus* bus_;
Dobject_proxy.h25 class Bus; variable
44 ObjectProxy(Bus* bus,
301 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.cc42 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()
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()
/external/dbus/
DREADME11 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 …]
DNEWS.pre-1-21 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 …]
DNEWS1 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 …]
DHACKING8 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/
Dcciss_defs.h59 BYTE Bus:6; member
69 BYTE Bus:3; member
77 DWORD Bus:6; member
/external/dbus/bus/
Ddbus.socket.in2 Description=D-Bus System Message Bus Socket
Ddbus.service.in2 Description=D-Bus System Message Bus
/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/dbus/cmake/modules/
DCPackInstallConfig.cmake34 SET(CPACK_NSIS_DISPLAY_NAME "D-Bus for Windows")
43 SET(CPACK_PACKAGE_EXECUTABLES "dbus-launch" "D-Bus Daemon")
/external/valgrind/gdbserver_tests/
Dmcsignopass.stdoutB.exp4 SIGBUS Yes Yes Yes Bus error
55 Program received signal SIGBUS, Bus error.

12345