Home
last modified time | relevance | path

Searched refs:send_destination (Results 1 – 8 of 8) sorted by relevance

/external/dbus/test/data/valid-config-files/
Dmany-rules.conf17 <deny send_destination="org.freedesktop.System"/>
25 <deny send_destination="org.freedesktop.Bar" send_interface="org.freedesktop.Foo"/>
26 …<deny send_destination="org.freedesktop.Bar" send_interface="org.freedesktop.Foo" send_type="metho…
35 <deny send_destination="org.freedesktop.System"/>
43 <deny send_destination="org.freedesktop.Bar" send_interface="org.freedesktop.Foo"/>
44 …<deny send_destination="org.freedesktop.Bar" send_interface="org.freedesktop.Foo" send_type="metho…
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus-wpa_supplicant.conf8 <allow send_destination="fi.epitest.hostap.WPASupplicant"/>
13 <allow send_destination="fi.w1.wpa_supplicant1"/>
19 <deny send_destination="fi.epitest.hostap.WPASupplicant"/>
23 <deny send_destination="fi.w1.wpa_supplicant1"/>
/external/bluetooth/bluez/src/
Dbluetooth.conf12 <allow send_destination="org.bluez"/>
20 <allow send_destination="org.bluez"/>
26 <allow send_destination="org.bluez"/>
30 <deny send_destination="org.bluez"/>
/external/dbus/test/name-test/
Dtmp-session-like-system.conf44 <allow send_destination="org.freedesktop.DBus"/>
46 <deny send_destination="org.freedesktop.DBus"
52 <allow send_destination="org.freedesktop.DBus.TestSuiteEchoService"
54 <allow send_destination="org.freedesktop.DBus.TestSuiteEchoService"
61 <allow send_destination="org.freedesktop.DBus.TestSuiteEchoService"
63 <allow send_destination="org.freedesktop.DBus.TestSuiteEchoService"
/external/dnsmasq/dbus/
Ddnsmasq.conf7 <allow send_destination="uk.org.thekelleys.dnsmasq"/>
11 <deny send_destination="uk.org.thekelleys.dnsmasq"/>
/external/wpa_supplicant_6/wpa_supplicant/
Ddbus-wpa_supplicant.conf8 <allow send_destination="fi.epitest.hostap.WPASupplicant"/>
13 <deny send_destination="fi.epitest.hostap.WPASupplicant"/>
/external/wpa_supplicant/
Ddbus-wpa_supplicant.conf8 <allow send_destination="fi.epitest.hostap.WPASupplicant"/>
13 <deny send_destination="fi.epitest.hostap.WPASupplicant"/>
/external/dbus/bus/
Dconfig-parser.c1143 const char *send_destination; in append_rule_from_element() local
1168 "send_destination", &send_destination, in append_rule_from_element()
1187 if (!(send_interface || send_member || send_error || send_destination || in append_rule_from_element()
1254 ((send_destination && receive_interface) || in append_rule_from_element()
1255 (send_destination && receive_member) || in append_rule_from_element()
1256 (send_destination && receive_error) || in append_rule_from_element()
1257 (send_destination && receive_sender) || in append_rule_from_element()
1258 (send_destination && receive_requested_reply) || in append_rule_from_element()
1259 (send_destination && own) || in append_rule_from_element()
1260 (send_destination && user) || in append_rule_from_element()
[all …]