Home | History | Annotate | Download | only in bus

Lines Matching refs:addressed_recipient

1555                     DBusConnection  *addressed_recipient,
1565 /* sender/addressed_recipient of #NULL may mean bus driver,
1566 * or for addressed_recipient may mean a message with no
1636 if (addressed_recipient == NULL)
1644 if (!connection_is_primary_owner (addressed_recipient, rule->destination))
1736 DBusConnection *addressed_recipient,
1763 sender, addressed_recipient, message,
1792 DBusConnection *addressed_recipient,
1808 /* addressed_recipient is already receiving the message, don't add to list.
1809 * NULL addressed_recipient means either bus driver, or this is a signal
1810 * and thus lacks a specific addressed_recipient.
1812 if (addressed_recipient != NULL)
1813 bus_connection_mark_stamp (addressed_recipient);
1834 if (!(get_recipients_from_list (neither, sender, addressed_recipient,
1836 get_recipients_from_list (just_iface, sender, addressed_recipient,
1838 get_recipients_from_list (just_type, sender, addressed_recipient,
1840 get_recipients_from_list (both, sender, addressed_recipient,