Home | History | Annotate | Download | only in bus

Lines Matching refs:addressed_recipient

53                   DBusConnection *addressed_recipient,
60 addressed_recipient,
84 DBusConnection *addressed_recipient,
106 /* First, send the message to the addressed_recipient, if there is one. */
107 if (addressed_recipient != NULL)
110 sender, addressed_recipient,
111 addressed_recipient,
116 !dbus_connection_can_send_type (addressed_recipient,
127 if (!bus_transaction_send (transaction, addressed_recipient, message))
141 sender, addressed_recipient, message,
155 if (!send_one_message (dest, context, sender, addressed_recipient,
182 DBusConnection *addressed_recipient;
187 addressed_recipient = NULL;
334 addressed_recipient = bus_service_get_primary_owners_connection (service);
335 _dbus_assert (addressed_recipient != NULL);
340 * addressed_recipient == NULL), and match it against other connections'
343 if (!bus_dispatch_matches (transaction, connection, addressed_recipient, message, &error))