Home
last modified time | relevance | path

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

/external/dbus/test/name-test/
Dtmp-session-like-system.conf34 <allow send_requested_reply="true" send_type="method_return"/>
35 <allow send_requested_reply="true" send_type="error"/>
/external/dbus/bus/
Dconfig-parser.c1154 const char *send_requested_reply; in append_rule_from_element() local
1180 "send_requested_reply", &send_requested_reply, in append_rule_from_element()
1194 send_requested_reply || receive_requested_reply || in append_rule_from_element()
1284 (send_requested_reply && (receive_interface || in append_rule_from_element()
1335 send_path || send_type || send_requested_reply) in append_rule_from_element()
1375 if (send_requested_reply && in append_rule_from_element()
1376 !(strcmp (send_requested_reply, "true") == 0 || in append_rule_from_element()
1377 strcmp (send_requested_reply, "false") == 0)) in append_rule_from_element()
1381 "send_requested_reply", send_requested_reply); in append_rule_from_element()
1395 if (send_requested_reply) in append_rule_from_element()
[all …]
/external/dbus/
DChangeLog.pre-1-08273 send_requested_reply/receive_requested_reply so we can send the
8277 send_requested_reply/receive_requested_reply