/external/dbus/dbus/ |
dbus-test-main.c | 2 /* dbus-test.c Program to run all tests 25 #include "dbus-types.h" 26 #include "dbus-test.h"
|
dbus-transport-socket.h | 2 /* dbus-transport-socket.h Socket subclasses of DBusTransport 26 #include <dbus/dbus-transport-protected.h>
|
dbus-transport-unix.h | 2 /* dbus-transport-unix.h UNIX socket subclasses of DBusTransport 26 #include <dbus/dbus-transport.h>
|
dbus-userdb.h | 2 /* dbus-userdb.h User database abstraction 27 #include <dbus/dbus-sysdeps.h> 34 #include <dbus/dbus-hash.h>
|
dbus-auth-util.c | 2 /* dbus-auth-util.c Would be in dbus-auth.c, but only used for tests/bus 23 #include "dbus-internals.h" 24 #include "dbus-test.h" 25 #include "dbus-auth.h" 35 #include "dbus-test.h" 36 #include "dbus-auth-script.h"
|
dbus-misc.c | 2 /* dbus-misc.c A few assorted public functions that don't fit elsewhere 25 #include "dbus-misc.h" 26 #include "dbus-internals.h" 27 #include "dbus-string.h" 31 * @ingroup DBus 61 * method GetMachineId from interface org.freedesktop.DBus.Peer. 100 #include "dbus-test.h"
|
dbus-sysdeps-util.c | 2 /* dbus-sysdeps-util.c Tests for dbus-sysdeps.h API 24 #include "dbus-sysdeps.h" 25 #include "dbus-internals.h" 26 #include "dbus-string.h" 27 #include "dbus-test.h" 74 * Unit test for dbus-sysdeps.c.
|
dbus-connection.h | 2 /* dbus-connection.h DBusConnection object 24 #error "Only <dbus/dbus.h> can be included directly, this file may disappear or change contents." 30 #include <dbus/dbus-errors.h> 31 #include <dbus/dbus-memory.h> 32 #include <dbus/dbus-message.h> 33 #include <dbus/dbus-shared.h [all...] |
dbus-internals.h | 2 /* dbus-internals.h random utility stuff (internal to D-Bus implementation) 24 #error "You can't include dbus-internals.h in the public header dbus.h" 32 #include <dbus/dbus-memory.h> 33 #include <dbus/dbus-types.h> 34 #include <dbus/dbus-errors.h> 35 #include <dbus/dbus-sysdeps.h [all...] |
dbus-string-private.h | 2 /* dbus-string-private.h String utility class (internal to D-Bus implementation) 29 #include <dbus/dbus-memory.h> 30 #include <dbus/dbus-types.h> 33 #error "Don't go including dbus-string-private.h for no good reason"
|
dbus-types.h | 2 /* dbus-types.h types such as dbus_bool_t 24 #error "Only <dbus/dbus.h> can be included directly, this file may disappear or change contents." 31 #include <dbus/dbus-arch-deps.h> 40 * @ingroup DBus
|
dbus-protocol.h | 2 /* dbus-protocol.h D-Bus protocol constants 42 * @ingroup DBus 324 /* WARNING these get autoconverted to an enum in dbus-glib.h. Thus, 330 #define DBUS_ERROR_FAILED "org.freedesktop.DBus.Error.Failed" 332 #define DBUS_ERROR_NO_MEMORY "org.freedesktop.DBus.Error.NoMemory" 334 #define DBUS_ERROR_SERVICE_UNKNOWN "org.freedesktop.DBus.Error.ServiceUnknown" 336 #define DBUS_ERROR_NAME_HAS_NO_OWNER "org.freedesktop.DBus.Error.NameHasNoOwner" 338 #define DBUS_ERROR_NO_REPLY "org.freedesktop.DBus.Error.NoReply" 340 #define DBUS_ERROR_IO_ERROR "org.freedesktop.DBus.Error.IOError" 342 #define DBUS_ERROR_BAD_ADDRESS "org.freedesktop.DBus.Error.BadAddress [all...] |
dbus-mainloop.h | 2 /* dbus-mainloop.h Main loop utility 29 #include <dbus/dbus.h>
|
/external/dbus/test/name-test/ |
Makefile.am | 24 test_names_LDADD=$(top_builddir)/dbus/libdbus-convenience.la $(DBUS_TEST_LIBS) 30 test_pending_call_dispatch_LDADD=$(top_builddir)/dbus/libdbus-convenience.la $(DBUS_TEST_LIBS) 36 test_threads_init_LDADD=$(top_builddir)/dbus/libdbus-convenience.la $(DBUS_TEST_LIBS)
|
/external/dbus/test/ |
test-names.c | 68 TestName(connection, "org.freedesktop.DBus.Test", TRUE); 69 TestName(connection, "org.freedesktop.DBus.Test-2", TRUE); 70 TestName(connection, "org.freedesktop.DBus.Test_2", TRUE);
|
/external/dbus/tools/ |
dbus-print-message.h | 2 /* dbus-print-message.h Utility function to print out a message 27 #include <dbus/dbus.h>
|
run-with-tmp-session-bus.sh | 37 if ! test -e "$DBUS_TOP_BUILDDIR"/bus/dbus-daemon ; then 38 die "$DBUS_TOP_BUILDDIR/bus/dbus-daemon does not exist" 43 export LD_LIBRARY_PATH=$DBUS_TOP_BUILDDIR/dbus/.libs:$LD_LIBRARY_PATH 48 echo "Running $DBUS_TOP_BUILDDIR/tools/dbus-launch --sh-syntax --config-file=$CONFIG_FILE" >&2 51 eval `$DBUS_TOP_BUILDDIR/tools/dbus-launch --sh-syntax --config-file=$CONFIG_FILE`
|
Makefile.in | 41 bin_PROGRAMS = dbus-send$(EXEEXT) dbus-monitor$(EXEEXT) \ 42 dbus-launch$(EXEEXT) dbus-cleanup-sockets$(EXEEXT) \ 43 dbus-uuidgen$(EXEEXT) 58 am_dbus_cleanup_sockets_OBJECTS = dbus-cleanup-sockets.$(OBJEXT) 61 am_dbus_launch_OBJECTS = dbus-launch.$(OBJEXT) \ 62 dbus-launch-x11.$(OBJEXT) 66 am_dbus_monitor_OBJECTS = dbus-monitor.$(OBJEXT) \ 67 dbus-print-message.$(OBJEXT [all...] |
dbus-uuidgen.c | 2 /* dbus-uuidgen.c Utility program to create UUIDs 27 #include <dbus/dbus-uuidgen.h> 28 #include <dbus/dbus.h> 34 name = "dbus-uuidgen";
|
/external/bluetooth/bluez/test/ |
simple-service | 5 import dbus namespace 103 bus = dbus.SystemBus() 104 manager = dbus.Interface(bus.get_object("org.bluez", "/"), 112 service = dbus.Interface(bus.get_object("org.bluez", path), 127 service.RemoveRecord(dbus.UInt32(handle))
|
/external/wpa_supplicant/ |
ctrl_iface_dbus_handlers.c | 2 * WPA Supplicant / dbus-based control interface 17 #include <dbus/dbus.h> 32 * @message: Pointer to incoming dbus message this error refers to 33 * Returns: a dbus error message 55 * @message: Pointer to incoming dbus message this reply refers to 56 * Returns: a dbus message containing a single UINT32 that indicates 84 * @message: Pointer to incoming dbus message 87 * or a dbus error message with more information 90 * by dbus clients to register a network interface that wpa_supplican [all...] |
/external/dbus/ |
NEWS | 17 - dbus-monitor now has a profile mode 25 - dbus-uuidgen --ensure is now run in the init script so there is no need to 27 - dbus-uuidgen now writes out to /var/lib/dbus to work with systems that do not 28 have a writable /etc. Packages should install and own the /var/lib/dbus 33 /usr/local/share/dbus-1/services 34 /usr/share/dbus-1/services 35 $HOME/.local/share/dbus-1/services 49 - dbus-uuidgen binary added for future remote machine identification 50 packagers should call dbus-uuidgen --ensure in their pos [all...] |
config.h | 28 /* Directory for installing the DBUS daemon */ 31 /* Directory for installing DBUS data files */ 65 #define DBUS_SYSTEM_SOCKET ANDROID_SOCKET_DIR"/dbus" 224 #define PACKAGE "dbus" 230 #define PACKAGE_NAME "dbus" 233 #define PACKAGE_STRING "dbus-0.95" 266 #define TEST_BUS_BINARY "/system/bin/dbus-test" 269 #define TEST_EXIT_BINARY "/system/bin/dbus-test-exit" 272 #define TEST_SEGFAULT_BINARY "/system/bin/dbus-test-segfault" 275 #define TEST_SERVICE_BINARY "/system/bin/dbus-test-service [all...] |
/external/dnsmasq/dbus/ |
DBus-interface | 0 DBus support must be enabled at compile-time and run-time. Ensure 8 enable-dbus 10 Because dnsmasq can operate stand-alone from the DBus, and may need to provide 11 service before the dbus daemon is available, it will continue to run 12 if the DBus connection is not available at startup. The DBus will be polled 15 connection to the dbus, it sends the signal "Up". Anything controlling 21 Dnsmasq provides one service on the DBus: uk.org.thekelleys.dnsmasq 94 specified by via the DBus, but it leaves any servers specified via the 100 If dnsmasq's DHCP server is active, it will send signals over DBUS wheneve [all...] |
/external/dbus/bus/ |
test-main.c | 27 #include <dbus/dbus-string.h> 28 #include <dbus/dbus-sysdeps.h> 29 #include <dbus/dbus-internals.h>
|