/external/dbus/dbus/ |
dbus-hash.h | 2 /* dbus-hash.h Generic hash table utility (internal to D-Bus implementation) 27 #include <dbus/dbus-memory.h> 28 #include <dbus/dbus-types.h>
|
dbus-marshal-header.h | 2 /* dbus-marshal-header.h Managing marshaling/demarshaling of message headers 28 #include <dbus/dbus-marshal-basic.h> 29 #include <dbus/dbus-marshal-validate.h>
|
dbus-dataslot.h | 2 /* dbus-dataslot.h storing data on objects 26 #include <dbus/dbus-internals.h>
|
dbus-macros.h | 2 /* dbus-macros.h generic macros 24 #error "Only <dbus/dbus.h> can be included directly, this file may disappear or change contents." 62 * @ingroup DBus
|
dbus-server-debug-pipe.c | 2 /* dbus-server-debug-pipe.c In-proc debug server implementation 25 #include "dbus-internals.h" 26 #include "dbus-server-debug-pipe.h" 27 #include "dbus-transport-socket.h" 28 #include "dbus-connection-internal.h" 29 #include "dbus-hash.h" 30 #include "dbus-string.h" 31 #include "dbus-protocol.h"
|
/external/dbus/doc/ |
dbus-tutorial.xml | 316 DBus identifies interfaces with a simple namespaced string, 328 represent a remote object in another process. The low-level DBus API involves manually creating 332 object, the binding converts it into a DBus method call message, waits for the reply 549 A method call in DBus consists of two messages; a method call message sent from process A to process B, 561 A method invocation in DBus happens as follows: 637 A signal in DBus consists of a single message, sent by one process to any number of other processes. 651 A signal in DBus happens as follows: 696 D-Bus objects may support the interface <literal>org.freedesktop.DBus.Introspectable</literal>. 711 <literal><dbus/dbus-glib.h></literal> [all...] |
Makefile.in | 233 EXTRA_DIST = busconfig.dtd introspect.dtd dbus-faq.xml \ 234 dbus-specification.xml dbus-test-plan.xml dbus-tutorial.xml \ 238 dbus-faq.html \ 239 dbus-specification.html \ 240 dbus-test-plan.html \ 241 dbus-tutorial.html 409 @DBUS_XML_DOCS_ENABLED_TRUE@dbus-specification.html: dbus-specification.xm [all...] |
TODO | 41 - revamp dbus-launch a bit, 42 see http://lists.freedesktop.org/archives/dbus/2006-October/005906.html 45 - clean up the creds issue on *BSD's in dbus/dbus-sysdeps-unix.c. 60 that would decode; using these, dbus-glib users could avoid 66 protected_change_watch/protected_change_timeout in dbus-connection.c 67 and dbus-server.c. This could all be mopped up, cut-and-paste 140 dbus-marshal-recursive.c (this is mostly done now, just needs some
|
/external/dbus/ |
HACKING | 27 - do not include system headers outside of dbus-memory.c, 28 dbus-sysdeps.c, and other places where they are already 102 to /srv/dbus.freedesktop.org/www/releases. This should 103 be possible if you're in group "dbus" 105 - update the wiki page http://www.freedesktop.org/Software/dbus by 115 - post to dbus@lists.freedesktop.org announcing the release. 140 cvs rtag -b -r DBUS_X_Y_BRANCHPOINT DBUS_X_Y_BRANCH dbus 179 These are the test programs that are built if dbus is compiled using 182 dbus/dbus-tes [all...] |
cleanup-man-pages.sh | 9 ## You would run this after building dbus and after running "doxygen 29 (find . -maxdepth 1 -name "DBus*Internal*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all internal-containing items" 49 ## many files just contain ".so man3dbus/DBusStringInternals.3dbus" or the like, 65 (find . -maxdepth 1 -name "dbus_*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all dbus-prefixed items" 67 (find . -maxdepth 1 -name "DBus*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all DBus-prefixed items"
|
/external/dbus/bus/ |
system.conf.in | 11 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> 45 <allow send_destination="org.freedesktop.DBus"/> 46 <allow receive_sender="org.freedesktop.DBus"/>
|
connection.h | 27 #include <dbus/dbus.h> 28 #include <dbus/dbus-list.h>
|
dir-watch-kqueue.c | 33 #include <dbus/dbus-watch.h> 35 #include <dbus/dbus-internals.h>
|
expirelist.c | 26 #include <dbus/dbus-internals.h> 27 #include <dbus/dbus-mainloop.h> 28 #include <dbus/dbus-timeout.h>
|
dbus-daemon.1 | 2 .\" dbus-daemon manual page. 5 .TH dbus-daemon 1 7 dbus-daemon \- Message bus daemon 10 .B dbus-daemon 11 dbus-daemon [\-\-version] [\-\-session] [\-\-system] [\-\-config-file=FILE] 17 http://www.freedesktop.org/software/dbus/ for more information about 33 "\-\-config-file=/usr/local/etc/dbus-1/session.conf" and the \-\-system 35 "\-\-config-file=/usr/local/etc/dbus-1/system.conf". By creating 109 configured in the files "/usr/local/etc/dbus-1/system.conf" and 110 "/usr/local/etc/dbus-1/session.conf". These files normall [all...] |
dbus-daemon.1.in | 2 .\" dbus-daemon manual page. 5 .TH dbus-daemon 1 7 dbus-daemon \- Message bus daemon 10 .B dbus-daemon 11 dbus-daemon [\-\-version] [\-\-session] [\-\-system] [\-\-config-file=FILE] 17 http://www.freedesktop.org/software/dbus/ for more information about 33 "\-\-config-file=@EXPANDED_SYSCONFDIR@/dbus-1/session.conf" and the \-\-system 35 "\-\-config-file=@EXPANDED_SYSCONFDIR@/dbus-1/system.conf". By creating 109 configured in the files "@EXPANDED_SYSCONFDIR@/dbus-1/system.conf" and 110 "@EXPANDED_SYSCONFDIR@/dbus-1/session.conf". These files normall [all...] |
/external/dnsmasq/src/ |
dbus.c | 21 #include <dbus/dbus.h> 25 "\"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd\">\n" 27 " <interface name=\"org.freedesktop.DBus.Introspectable\">\n" 109 /* mark everything from DBUS */ 150 my_syslog(LOG_WARNING, _("attempt to set an IPv6 server address via DBus - no IPv6 support")); 286 my_syslog(LOG_INFO, _("setting upstream servers from DBus")); 302 /* returns NULL or error message, may fail silently if dbus daemon not yet up. */ 324 return _("could not register a DBus message handler"); 326 daemon->dbus = connection; [all...] |
/external/wpa_supplicant/ |
dbus_dict_helpers.h | 2 * WPA Supplicant / dbus-based control interface 101 int type; /** the dbus type of the dict entry's value */ 102 int array_type; /** the dbus type of the array elements if the dict
|
/external/wpa_supplicant_6/wpa_supplicant/ |
dbus_dict_helpers.h | 2 * WPA Supplicant / dbus-based control interface 101 int type; /** the dbus type of the dict entry's value */ 102 int array_type; /** the dbus type of the array elements if the dict
|
/external/bluetooth/bluez/input/ |
Android.mk | 25 $(call include-path-for, dbus)
|
/external/dbus/test/data/equiv-config-files/basic/ |
basic-1.conf | 2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
/external/dbus/test/data/valid-config-files/ |
basic.conf | 2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
/external/dbus/test/data/valid-config-files/system.d/ |
test.conf | 2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
/frameworks/base/core/jni/ |
android_bluetooth_common.h | 32 #include <dbus/dbus.h> 50 // size of the dbus event loops pollfd structure, hopefully never to be grown 81 /* mem for matching set of dbus watch ptrs */
|
/build/tools/fs_config/ |
fs_config.c | 32 // system/etc/dbus.conf 37 // system/etc/dbus.conf 1002 1002 440
|