Home
last modified time | relevance | path

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

/external/dbus/test/data/valid-config-files/
Dmany-rules.conf22 <allow send_type="error"/>
23 <allow send_type="method_call"/>
24 <allow send_type="method_return"/>
25 <allow send_type="signal"/>
27 …<deny send_destination="org.freedesktop.Bar" send_interface="org.freedesktop.Foo" send_type="metho…
41 <allow send_type="error"/>
42 <allow send_type="method_call"/>
43 <allow send_type="method_return"/>
44 <allow send_type="signal"/>
46 …<deny send_destination="org.freedesktop.Bar" send_interface="org.freedesktop.Foo" send_type="metho…
/external/dbus/test/name-test/
Dtmp-session-like-system.conf29 <deny send_type="method_call"/>
33 <allow send_type="signal"/>
34 <allow send_requested_reply="true" send_type="method_return"/>
35 <allow send_requested_reply="true" send_type="error"/>
/external/dbus/bus/
Dconfig-parser.c1146 const char *send_type; in append_rule_from_element() local
1172 "send_type", &send_type, in append_rule_from_element()
1191 send_type || send_path || in append_rule_from_element()
1266 (send_type && (receive_interface || in append_rule_from_element()
1335 send_path || send_type || send_requested_reply) in append_rule_from_element()
1349 if (IS_WILDCARD (send_type)) in append_rule_from_element()
1350 send_type = NULL; in append_rule_from_element()
1353 if (send_type != NULL) in append_rule_from_element()
1355 message_type = dbus_message_type_from_string (send_type); in append_rule_from_element()
1360 send_type); in append_rule_from_element()
/external/dbus/
DChangeLog.pre-1-09678 send_type, send_path, receive_type, receive_path