Searched defs:send_destination (Results 1 - 1 of 1) sorted by relevance

/external/dbus/bus/
H A Dconfig-parser.c1143 const char *send_destination; local
1168 "send_destination", &send_destination,
1187 if (!(send_interface || send_member || send_error || send_destination ||
1217 * base send_ can combine with send_destination, send_path, send_type, send_requested_reply
1254 ((send_destination && receive_interface) ||
1255 (send_destination && receive_member) ||
1256 (send_destination && receive_error) ||
1257 (send_destination && receive_sender) ||
1258 (send_destination
[all...]

Completed in 244 milliseconds