Home
last modified time | relevance | path

Searched refs:dbus (Results 1 – 25 of 111) sorted by relevance

12345

/third_party/libabigail/tests/data/test-read-dwarf/
Dtest13-pr18894.so.abi243 …-instr address-size='64' path='dbus-address.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stag…
246 …='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-address.c' …
248 …='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-address.c' …
251 …='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-address.c' …
254 …='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-address.c' …
257 …r' size-in-bits='256' is-struct='yes' visibility='default' filepath='../dbus/dbus-errors.h' line='…
259 …<var-decl name='name' type-id='type-id-7' visibility='default' filepath='../dbus/dbus-errors.h' li…
262 …<var-decl name='message' type-id='type-id-7' visibility='default' filepath='../dbus/dbus-errors.h'…
265 …<var-decl name='dummy1' type-id='type-id-8' visibility='default' filepath='../dbus/dbus-errors.h' …
268 …<var-decl name='dummy2' type-id='type-id-8' visibility='default' filepath='../dbus/dbus-errors.h' …
[all …]
/third_party/libabigail/tests/data/test-annotate/
Dtest13-pr18894.so.abi477 …-instr address-size='64' path='dbus-address.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stag…
483 …='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-address.c' …
486 …='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-address.c' …
490 …='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-address.c' …
494 …='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-address.c' …
498 …r' size-in-bits='256' is-struct='yes' visibility='default' filepath='../dbus/dbus-errors.h' line='…
501 …<var-decl name='name' type-id='type-id-7' visibility='default' filepath='../dbus/dbus-errors.h' li…
505 …<var-decl name='message' type-id='type-id-7' visibility='default' filepath='../dbus/dbus-errors.h'…
509 …<var-decl name='dummy1' type-id='type-id-8' visibility='default' filepath='../dbus/dbus-errors.h' …
513 …<var-decl name='dummy2' type-id='type-id-8' visibility='default' filepath='../dbus/dbus-errors.h' …
[all …]
/third_party/libwebsockets/lib/roles/dbus/
DREADME.md5 Fedora: dbus-devel
12 $ cmake .. -DLWS_ROLE_DBUS=1 -DLWS_DBUS_INCLUDE2="/usr/lib64/dbus-1.0/include"
17 $ cmake .. -DLWS_ROLE_DBUS=1 -DLWS_DBUS_INCLUDE2="/usr/lib/x86_64-linux-gnu/dbus-1.0/include"
26 `/usr/include/dbus-1.0`... if the directory exists, it is used.
28 For `LWS_DBUS_INCLUDE2`, it is the arch-specific dbus header which may be
29 packaged separately than the main dbus headers. On Fedora, this is in
30 `/usr/lib[64]/dbus-1.0/include`... if not given externally, lws cmake will
31 try `/usr/lib64/dbus-1.0/include`. On Debian / Ubuntu, the package installs
32 it in an arch-specific dir like `/usr/lib/x86_64-linux-gnu/dbus-1.0/include`,
35 The library path is usually \[lib\] "dbus-1", but this can also be forced if
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
Dwpas-dbus-new.py3 import dbus
7 from dbus.mainloop.glib import DBusGMainLoop
29 dbus_interface=dbus.PROPERTIES_IFACE)
33 dbus_interface=dbus.PROPERTIES_IFACE)
42 net = dbus.Interface(net_obj, WPAS_DBUS_BSS_INTERFACE)
46 dbus_interface=dbus.PROPERTIES_IFACE)
52 dbus_interface=dbus.PROPERTIES_IFACE)
56 dbus_interface=dbus.PROPERTIES_IFACE)
61 dbus_interface=dbus.PROPERTIES_IFACE)
66 dbus_interface=dbus.PROPERTIES_IFACE)
[all …]
Dwpas-dbus-new-signals.py3 import dbus
7 from dbus.mainloop.glib import DBusGMainLoop
30 dbus_interface=dbus.PROPERTIES_IFACE)
34 dbus_interface=dbus.PROPERTIES_IFACE)
49 net = dbus.Interface(net_obj, WPAS_DBUS_BSS_INTERFACE)
53 dbus_interface=dbus.PROPERTIES_IFACE)
59 dbus_interface=dbus.PROPERTIES_IFACE)
63 dbus_interface=dbus.PROPERTIES_IFACE)
68 dbus_interface=dbus.PROPERTIES_IFACE)
73 dbus_interface=dbus.PROPERTIES_IFACE)
[all …]
Dwpas-dbus-new-getall.py3 import dbus
9 bus = dbus.SystemBus()
13 dbus_interface=dbus.PROPERTIES_IFACE)
22 wpas = dbus.Interface(wpas_obj, "fi.w1.wpa_supplicant1")
26 dbus_interface=dbus.PROPERTIES_IFACE)
32 dbus_interface=dbus.PROPERTIES_IFACE)
38 dbus_interface=dbus.PROPERTIES_IFACE)
42 dbus_interface=dbus.PROPERTIES_IFACE)
48 dbus_interface=dbus.PROPERTIES_IFACE)
52 dbus_interface=dbus.PROPERTIES_IFACE)
Dwpas-dbus-new-wps.py3 import dbus
7 from dbus.mainloop.glib import DBusGMainLoop
37 dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)
39 bus = dbus.SystemBus()
46 wpas = dbus.Interface(wpas_obj, WPAS_DBUS_INTERFACE)
71 dbus.Boolean(1),
72 dbus_interface=dbus.PROPERTIES_IFACE)
73 wps = dbus.Interface(if_obj, WPAS_DBUS_WPS_INTERFACE)
Ddbus-listen-preq.py4 import dbus
8 from dbus.mainloop.glib import DBusGMainLoop
41 dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)
43 bus = dbus.SystemBus()
51 wpas = dbus.Interface(wpas_obj, WPAS_DBUS_INTERFACE)
58 iface = dbus.Interface(if_obj, WPAS_DBUS_INTERFACES_INTERFACE)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
Dwpas-dbus-new.py3 import dbus
7 from dbus.mainloop.glib import DBusGMainLoop
29 dbus_interface=dbus.PROPERTIES_IFACE)
33 dbus_interface=dbus.PROPERTIES_IFACE)
42 net = dbus.Interface(net_obj, WPAS_DBUS_BSS_INTERFACE)
46 dbus_interface=dbus.PROPERTIES_IFACE)
52 dbus_interface=dbus.PROPERTIES_IFACE)
56 dbus_interface=dbus.PROPERTIES_IFACE)
61 dbus_interface=dbus.PROPERTIES_IFACE)
66 dbus_interface=dbus.PROPERTIES_IFACE)
[all …]
Dwpas-dbus-new-signals.py3 import dbus
7 from dbus.mainloop.glib import DBusGMainLoop
30 dbus_interface=dbus.PROPERTIES_IFACE)
34 dbus_interface=dbus.PROPERTIES_IFACE)
49 net = dbus.Interface(net_obj, WPAS_DBUS_BSS_INTERFACE)
53 dbus_interface=dbus.PROPERTIES_IFACE)
59 dbus_interface=dbus.PROPERTIES_IFACE)
63 dbus_interface=dbus.PROPERTIES_IFACE)
68 dbus_interface=dbus.PROPERTIES_IFACE)
73 dbus_interface=dbus.PROPERTIES_IFACE)
[all …]
Dwpas-dbus-new-getall.py3 import dbus
9 bus = dbus.SystemBus()
13 dbus_interface=dbus.PROPERTIES_IFACE)
22 wpas = dbus.Interface(wpas_obj, "fi.w1.wpa_supplicant1")
26 dbus_interface=dbus.PROPERTIES_IFACE)
32 dbus_interface=dbus.PROPERTIES_IFACE)
38 dbus_interface=dbus.PROPERTIES_IFACE)
42 dbus_interface=dbus.PROPERTIES_IFACE)
48 dbus_interface=dbus.PROPERTIES_IFACE)
52 dbus_interface=dbus.PROPERTIES_IFACE)
Dwpas-dbus-new-wps.py3 import dbus
7 from dbus.mainloop.glib import DBusGMainLoop
37 dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)
39 bus = dbus.SystemBus()
46 wpas = dbus.Interface(wpas_obj, WPAS_DBUS_INTERFACE)
71 dbus.Boolean(1),
72 dbus_interface=dbus.PROPERTIES_IFACE)
73 wps = dbus.Interface(if_obj, WPAS_DBUS_WPS_INTERFACE)
Ddbus-listen-preq.py4 import dbus
8 from dbus.mainloop.glib import DBusGMainLoop
41 dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)
43 bus = dbus.SystemBus()
51 wpas = dbus.Interface(wpas_obj, WPAS_DBUS_INTERFACE)
58 iface = dbus.Interface(if_obj, WPAS_DBUS_INTERFACES_INTERFACE)
/third_party/libabigail/tests/data/test-fedabipkgdiff/
Dtest7-self-compare-from-fc23-dbus-glib-report-0.txt1 Comparing the ABI of binaries between dbus-glib-0.106-1.fc23.i686.rpm and dbus-glib-0.106-1.fc23.i6…
4 ==== SELF CHECK SUCCEEDED for 'dbus-binding-tool' ====
6 Comparing the ABI of binaries between dbus-glib-devel-0.106-1.fc23.i686.rpm and dbus-glib-devel-0.1…
8 ==== SELF CHECK SUCCEEDED for 'dbus-bash-completion-helper' ====
10 Comparing the ABI of binaries between dbus-glib-0.106-1.fc23.x86_64.rpm and dbus-glib-0.106-1.fc23.…
13 ==== SELF CHECK SUCCEEDED for 'dbus-binding-tool' ====
15 Comparing the ABI of binaries between dbus-glib-devel-0.106-1.fc23.x86_64.rpm and dbus-glib-devel-0…
17 ==== SELF CHECK SUCCEEDED for 'dbus-bash-completion-helper' ====
Dtest2-dbus-glib-0.100.2-2.fc20--dbus-glib-0.106-1.fc23-report-0.txt1 Comparing the ABI of binaries between dbus-glib-0.100.2-2.fc20.i686.rpm and dbus-glib-0.106-1.fc23.…
14 ================ changes of 'dbus-binding-tool'===============
34 ================ end of changes of 'dbus-binding-tool'===============
37 Comparing the ABI of binaries between dbus-glib-0.100.2-2.fc20.x86_64.rpm and dbus-glib-0.106-1.fc2…
50 ================ changes of 'dbus-binding-tool'===============
59 ================ end of changes of 'dbus-binding-tool'===============
Dtest0-from-fc20-to-fc23-dbus-glib-report-0.txt1 Comparing the ABI of binaries between dbus-glib-0.100.2-2.fc20.i686.rpm and dbus-glib-0.106-1.fc23.…
14 ================ changes of 'dbus-binding-tool'===============
34 ================ end of changes of 'dbus-binding-tool'===============
37 Comparing the ABI of binaries between dbus-glib-0.100.2-2.fc20.x86_64.rpm and dbus-glib-0.106-1.fc2…
50 ================ changes of 'dbus-binding-tool'===============
59 ================ end of changes of 'dbus-binding-tool'===============
/third_party/pulseaudio/src/tests/
Dladspa-dbus.py20 import dbus
27 session = dbus.SessionBus()
30 …session_property_iface = dbus.Interface(session.get_object("org.PulseAudio1", "/org/pulseaudio/ser…
34 connection = dbus.connection.Connection(socket)
43 …ladspa_sink_property_iface = dbus.Interface(connection.get_object(object_path=ladspa_sink_path), d…
103 …ladspa.Set("org.PulseAudio.Ext.Ladspa1", "AlgorithmParameters", (dbus.Array(arguments), dbus.Array…
/third_party/libwebsockets/minimal-examples/dbus-client/minimal-dbus-ws-proxy-testclient/
DREADME.md1 # lws minimal dbus ws proxy testclient
3 This is a test client used to test `./minimal-examples/dbus-server/minimal-dbus-ws-proxy`
5 It asks the minimal dbus ws proxy application to connect to libwebsockets.org
7 communicate the mirror sample drawing vectors over dbus to this test client
14 is necessary for lws build described in ./lib/roles/dbus/README.md
21 $ cmake .. -DLWS_DBUS_INCLUDE2="/usr/lib64/dbus-1.0/include"
27 $ cmake .. -DLWS_DBUS_INCLUDE2="/usr/lib/x86_64-linux-gnu/dbus-1.0/include"
37 This connects to the minimal-dbus-ws-proxy example running in another terminal.
40 $ ./lws-minimal-dbus-ws-proxy-testclient
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/
DREADME.md1 # lws minimal dbus ws proxy
12 sent back to the dbus client.
15 the dbus client.
20 is necessary for lws build described in ./lib/roles/dbus/README.md
27 $ cmake .. -DLWS_DBUS_INCLUDE2="/usr/lib64/dbus-1.0/include"
33 $ cmake .. -DLWS_DBUS_INCLUDE2="/usr/lib/x86_64-linux-gnu/dbus-1.0/include"
39 The dbus-ws-proxy server tries to register its actual bus name with the SYSTEM
43 The main dbus daemon must be told how to accept these registrations if that's
44 what you want. A config file is provided that tells dbus to allow the
48 $ sudo cp org.libwebsockets.wsclientproxy.conf /etc/dbus-1/system.d
[all …]
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-server/
DREADME.md1 # lws minimal dbus server
6 is necessary for lws build described in ./lib/roles/dbus/README.md
13 $ cmake .. -DLWS_DBUS_INCLUDE2="/usr/lib64/dbus-1.0/include"
19 $ cmake .. -DLWS_DBUS_INCLUDE2="/usr/lib/x86_64-linux-gnu/dbus-1.0/include"
39 $ ./lws-minimal-dbus-server
40 [2018/10/03 07:08:02:6448] USER: LWS minimal dbus server
45 You can communicate with the dbus server over its private abstract socket using, eg
70 $ ./lws-minimal-dbus-server --session
71 [2018/10/03 07:08:02:6448] USER: LWS minimal dbus server
76 You can communicate with the dbus server over the session bus using, eg
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/p2p/
Dp2p_connect.py7 import dbus
12 from dbus.mainloop.glib import DBusGMainLoop
100 self.bus = dbus.SystemBus()
104 self.wpas = dbus.Interface(
111 except dbus.DBusException as exc:
121 except dbus.DBusException as exc:
130 self.p2p_interface = dbus.Interface(
153 'peer':dbus.ObjectPath(self.path+'/Peers/'+self.addr)}
204 {'go_intent':dbus.Int32(self.go_intent)})
212 except dbus.DBusException as exc:
/third_party/libwebsockets/minimal-examples/dbus-client/minimal-dbus-client/
DREADME.md1 # lws minimal dbus client
3 This demonstrates nonblocking, asynchronous dbus method calls as the client.
8 is necessary for lws build described in ./lib/roles/dbus/README.md
15 $ cmake .. -DLWS_DBUS_INCLUDE2="/usr/lib64/dbus-1.0/include"
21 $ cmake .. -DLWS_DBUS_INCLUDE2="/usr/lib/x86_64-linux-gnu/dbus-1.0/include"
31 The minimal client connects to the minimal dbus server example, which is
41 $ ./lws-minimal-dbus-client
/third_party/pulseaudio/src/modules/
Dmeson.build134 [ 'module-dbus-protocol',
135 [ 'dbus/iface-card.c', 'dbus/iface-card.h',
136 'dbus/iface-card-profile.c', 'dbus/iface-card-profile.h',
137 'dbus/iface-client.c', 'dbus/iface-client.h',
138 'dbus/iface-core.c', 'dbus/iface-core.h',
139 'dbus/iface-device.c', 'dbus/iface-device.h',
140 'dbus/iface-device-port.c', 'dbus/iface-device-port.h',
141 'dbus/iface-memstats.c', 'dbus/iface-memstats.h',
142 'dbus/iface-module.c', 'dbus/iface-module.h',
143 'dbus/iface-sample.c', 'dbus/iface-sample.h',
[all …]
/third_party/libwebsockets/minimal-examples/dbus-client/
DREADME.md3 minimal-dbus-client|Shows how to connect to a DBusServer dbus server like minimal-dbus-server
4 minimal-dbus-ws-proxy-testclient|A test client for use with minimal-dbus-ws-proxy
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/p2p/
Dp2p_connect.py7 import dbus
12 from dbus.mainloop.glib import DBusGMainLoop
100 self.bus = dbus.SystemBus()
104 self.wpas = dbus.Interface(
121 except dbus.DBusException as exc:
130 self.p2p_interface = dbus.Interface(
153 'peer':dbus.ObjectPath(self.path+'/Peers/'+self.addr)}
204 {'go_intent':dbus.Int32(self.go_intent)})
212 except dbus.DBusException as exc:

12345