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.conf18 <deny send_destination="org.freedesktop.System"/>
26 <deny send_destination="org.freedesktop.Bar" send_interface="org.freedesktop.Foo"/>
27 …<deny send_destination="org.freedesktop.Bar" send_interface="org.freedesktop.Foo" send_type="metho…
37 <deny send_destination="org.freedesktop.System"/>
45 <deny send_destination="org.freedesktop.Bar" send_interface="org.freedesktop.Foo"/>
46 …<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"/>
22 <deny send_destination="fi.w1.wpa_supplicant1"/>
/external/tlsdate/dbus/
Dorg.torproject.tlsdate.conf13 <allow send_destination="org.torproject.tlsdate"
16 <allow send_destination="org.torproject.tlsdate"
19 <allow send_destination="org.torproject.tlsdate"
27 <allow send_destination="org.torproject.tlsdate"
/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/dhcpcd-6.8.2/dbus/
Ddhcpcd-dbus.conf8 <allow send_destination="org.chromium.dhcpcd" />
13 <allow send_destination="org.chromium.dhcpcd" />
19 <allow send_destination="org.chromium.dhcpcd" />
/external/dnsmasq/dbus/
Ddnsmasq.conf7 <allow send_destination="uk.org.thekelleys.dnsmasq"/>
11 <deny send_destination="uk.org.thekelleys.dnsmasq"/>
/external/selinux/policycoreutils/sepolicy/
Dorg.selinux.conf16 <allow send_destination="org.selinux"/>
19 <allow send_destination="org.selinux"
/external/dbus/bus/
Dconfig-parser.c1144 const char *send_destination; in append_rule_from_element() local
1170 "send_destination", &send_destination, in append_rule_from_element()
1190 if (!(send_interface || send_member || send_error || send_destination || in append_rule_from_element()
1257 (send_destination && (receive_interface || in append_rule_from_element()
1334 if (send_interface || send_member || send_error || send_destination || in append_rule_from_element()
1345 if (IS_WILDCARD (send_destination)) in append_rule_from_element()
1346 send_destination = NULL; in append_rule_from_element()
1403 rule->d.send.destination = _dbus_strdup (send_destination); in append_rule_from_element()
1412 if (send_destination && rule->d.send.destination == NULL) in append_rule_from_element()