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

/external/dbus/bus/
H A Dconfig-parser.c1144 const char *send_destination; local
1170 "send_destination", &send_destination,
1190 if (!(send_interface || send_member || send_error || send_destination ||
1220 * base send_ can combine with send_destination, send_path, send_type, send_requested_reply
1257 (send_destination && (receive_interface ||
1334 if (send_interface || send_member || send_error || send_destination ||
1345 if (IS_WILDCARD (send_destination))
1346 send_destination = NULL;
1403 rule->d.send.destination = _dbus_strdup (send_destination);
[all...]

Completed in 157 milliseconds