HomeSort by relevance Sort by last modified time
    Searched full:dbus (Results 51 - 75 of 405) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/dbus/dbus/
dbus-transport.h 2 /* dbus-transport.h DBusTransport object (internal to D-BUS implementation)
26 #include <dbus/dbus-internals.h>
27 #include <dbus/dbus-connection.h>
28 #include <dbus/dbus-protocol.h>
29 #include <dbus/dbus-address.h>
dbus-server.h 2 /* dbus-server.h DBusServer 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-message.h>
32 #include <dbus/dbus-connection.h>
33 #include <dbus/dbus-protocol.h
    [all...]
dbus-address.h 2 /* dbus-address.h Server address parser.
24 #error "Only <dbus/dbus.h> can be included directly, this file may disappear or change contents."
30 #include <dbus/dbus-types.h>
31 #include <dbus/dbus-errors.h>
dbus-errors.h 2 /* dbus-errors.h Error reporting
25 #error "Only <dbus/dbus.h> can be included directly, this file may disappear or change contents."
31 #include <dbus/dbus-macros.h>
32 #include <dbus/dbus-types.h>
dbus-message-internal.h 2 /* dbus-message-internal.h DBusMessage object internal interfaces
26 #include <dbus/dbus-message.h>
27 #include <dbus/dbus-resources.h>
28 #include <dbus/dbus-list.h>
dbus-message-private.h 2 /* dbus-message-private.h header shared between dbus-message.c and dbus-message-util.c
26 #include <dbus/dbus-message.h>
27 #include <dbus/dbus-message-internal.h>
28 #include <dbus/dbus-string.h>
29 #include <dbus/dbus-dataslot.h
    [all...]
dbus-transport-protected.h 2 /* dbus-transport-protected.h Used by subclasses of DBusTransport object (internal to D-Bus implementation)
26 #include <dbus/dbus-internals.h>
27 #include <dbus/dbus-errors.h>
28 #include <dbus/dbus-transport.h>
29 #include <dbus/dbus-message-internal.h>
30 #include <dbus/dbus-auth.h
    [all...]
dbus-list.h 2 /* dbus-list.h Generic linked list utility (internal to D-Bus implementation)
27 #include <dbus/dbus-internals.h>
28 #include <dbus/dbus-memory.h>
29 #include <dbus/dbus-types.h>
30 #include <dbus/dbus-sysdeps.h>
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_dbus.c 2 * WPA Supplicant / dbus-based control interface
230 * @data: dbus control interface private data
233 * dbus events that may have happened.
246 * connection_setup_wakeup_main - Tell dbus about our wakeup_main function
247 * @iface: dbus control interface private data
250 * Register our wakeup_main handler with dbus
266 * @iface: dbus control interface private data
277 * @path: The dbus object path
340 * @message: Pointer to incoming dbus message this error refers to
341 * Returns: A dbus error messag
    [all...]
  /external/bluetooth/bluez/test/
test-service 4 import dbus namespace
7 bus = dbus.SystemBus()
9 manager = dbus.Interface(bus.get_object("org.bluez", "/"), "org.bluez.Manager")
11 adapter = dbus.Interface(bus.get_object("org.bluez", manager.FindAdapter("any")),
test-discovery 5 import dbus namespace
6 import dbus.mainloop.glib namespace
23 dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)
25 bus = dbus.SystemBus()
26 manager = dbus.Interface(bus.get_object("org.bluez", "/"),
30 adapter = dbus.Interface(bus.get_object("org.bluez", path),
test-adapter 4 import dbus namespace
7 bus = dbus.SystemBus()
9 manager = dbus.Interface(bus.get_object("org.bluez", "/"), "org.bluez.Manager")
11 adapter = dbus.Interface(bus.get_object("org.bluez", manager.DefaultAdapter()),
46 value = dbus.Boolean(1)
48 value = dbus.Boolean(0)
50 value = dbus.Boolean(sys.argv[2])
60 value = dbus.Boolean(1)
62 value = dbus.Boolean(0)
64 value = dbus.Boolean(sys.argv[2]
    [all...]
  /external/dbus/test/data/equiv-config-files/basic/
basic-2.conf 2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  /external/dbus/test/data/equiv-config-files/entities/
entities-2.conf 2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  /external/dbus/test/data/invalid-config-files/
circular-1.conf 1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
circular-2.conf 1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
circular-3.conf 1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
not-well-formed.conf 2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  /external/dbus/test/data/valid-service-files/
debug-shell-echo-success.service.in 2 Name=org.freedesktop.DBus.TestSuiteShellEchoServiceSuccess
  /external/dbus/tools/
dbus-uuidgen.1 2 .\" dbus-uuidgen manual page.
5 .TH dbus-uuidgen 1
7 dbus-uuidgen \- Utility to generate UUIDs
10 .B dbus-uuidgen [\-\-version] [\-\-ensure[=FILENAME]] [\-\-get[=FILENAME]]
22 See http://www.freedesktop.org/software/dbus/ for more information
29 dbus-uuidgen --ensure
33 This will ensure that /var/lib/dbus/machine-id exists and has the uuid in it.
67 If a filename is not given, defaults to localstatedir/lib/dbus/machine-id
74 If a filename is not given, defaults to localstatedir/lib/dbus/machine-id
82 Print the version of dbus-uuidge
    [all...]
dbus-launch.1 2 .\" dbus-launch manual page.
5 .TH dbus-launch 1
7 dbus-launch \- Utility to start a message bus from a shell script
10 .B dbus-launch [\-\-version] [\-\-sh-syntax] [\-\-csh-syntax] [\-\-auto-syntax] [\-\-exit-with-session] [\-\-autolaunch=MACHINEID] [\-\-config-file=FILENAME] [PROGRAM] [ARGS...]
51 See http://www.freedesktop.org/software/dbus/ for more information
62 eval `dbus-launch --sh-syntax --exit-with-session`
74 dbus-launch gnome-session
83 D-Bus, by default the process will attempt to invoke dbus-launch with
86 ~/.dbus/session-bus/
141 the \-\-session argument. See the man page for dbus-daemo
    [all...]
dbus-send.1 2 .\" dbus-send manual page.
5 .TH dbus-send 1
7 dbus-send \- Send a message to a message bus
10 .B dbus-send
17 bus. See http://www.freedesktop.org/software/dbus/ for more
45 dbus-send \-\-dest='org.freedesktop.ExampleName \\
75 dbus-send was written by Philip Blundell.
79 see http://www.freedesktop.org/software/dbus/
  /external/wpa_supplicant/
ctrl_iface_dbus.c 2 * WPA Supplicant / dbus-based control interface
17 #include <dbus/dbus.h>
238 * @data: dbus control interface private data
241 * dbus events that may have happened.
254 * connection_setup_wakeup_main - Tell dbus about our wakeup_main function
255 * @iface: dbus control interface private data
258 * Register our wakeup_main handler with dbus
274 * @iface: dbus control interface private data
285 * @path: The dbus object pat
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/examples/
wpas-test.py 3 import dbus namespace
32 bus = dbus.SystemBus()
34 wpas = dbus.Interface(wpas_obj, WPAS_DBUS_INTERFACE)
40 except dbus.dbus_bindings.DBusException, exc:
44 path = wpas.addInterface(ifname, {'driver': dbus.Variant('wext')})
45 except dbus.dbus_bindings.DBusException, exc:
50 iface = dbus.Interface(if_obj, WPAS_DBUS_INTERFACES_INTERFACE)
59 net = dbus.Interface(net_obj, WPAS_DBUS_BSSID_INTERFACE)
85 wpas.removeInterface(dbus.ObjectPath(path))
  /external/bluetooth/bluez/src/
Makefile.am 3 dbusdir = $(sysconfdir)/dbus-1/system.d
22 device.h device.c dbus-common.c dbus-common.h dbus-hci.h dbus-hci.c

Completed in 48 milliseconds

1 23 4 5 6 7 8 91011>>