Home
last modified time | relevance | path

Searched refs:send_type (Results 1 – 3 of 3) sorted by relevance

/external/dbus/test/data/valid-config-files/
Dmany-rules.conf21 <allow send_type="error"/>
22 <allow send_type="method_call"/>
23 <allow send_type="method_return"/>
24 <allow send_type="signal"/>
26 …<deny send_destination="org.freedesktop.Bar" send_interface="org.freedesktop.Foo" send_type="metho…
39 <allow send_type="error"/>
40 <allow send_type="method_call"/>
41 <allow send_type="method_return"/>
42 <allow send_type="signal"/>
44 …<deny send_destination="org.freedesktop.Bar" send_interface="org.freedesktop.Foo" send_type="metho…
/external/dbus/bus/
Dconfig-parser.c1095 const char *send_type; in append_rule_from_element() local
1120 "send_type", &send_type, in append_rule_from_element()
1137 send_type || send_path || in append_rule_from_element()
1216 ((send_type && receive_interface) || in append_rule_from_element()
1217 (send_type && receive_member) || in append_rule_from_element()
1218 (send_type && receive_error) || in append_rule_from_element()
1219 (send_type && receive_sender) || in append_rule_from_element()
1220 (send_type && eavesdrop) || in append_rule_from_element()
1221 (send_type && receive_requested_reply) || in append_rule_from_element()
1222 (send_type && own) || in append_rule_from_element()
[all …]
/external/dbus/
DChangeLog9745 send_type, send_path, receive_type, receive_path