Lines Matching full:sender
1356 DBusConnection *sender,
1370 if (sender != NULL)
1372 sender_name = bus_connection_get_name (sender);
1373 sender_loginfo = bus_connection_get_loginfo (sender);
1387 "%s, %d matched rules; type=\"%s\", sender=\"%s\" (%s) "
1417 * sender is the sender of the message.
1419 * NULL for proposed_recipient or sender definitely means the bus driver.
1427 DBusConnection *sender,
1447 (sender == NULL && !bus_connection_is_active (proposed_recipient)));
1472 if (sender != NULL)
1477 if (!bus_selinux_allows_send (sender, proposed_recipient,
1489 "An SELinux policy prevents this sender from sending this "
1491 0, message, sender, proposed_recipient, FALSE, FALSE, error);
1498 if (bus_connection_is_active (sender))
1500 sender_policy = bus_connection_get_policy (sender);
1514 requested_reply = bus_connections_check_reply (bus_connection_get_connections (sender),
1516 sender, addressed_recipient, message,
1557 /* If the sender is the bus driver, we assume any reply was a
1565 _dbus_assert ((sender != NULL && sender_policy != NULL) ||
1566 (sender == NULL && sender_policy == NULL));
1579 else if (sender == NULL)
1594 (proposed_recipient != NULL && sender == NULL && recipient_policy == NULL) ||
1607 message, sender, proposed_recipient, requested_reply,
1609 _dbus_verbose ("security policy disallowing message due to sender policy\n");
1619 message, sender, proposed_recipient, requested_reply,
1627 sender,
1633 message, sender, proposed_recipient, requested_reply,
1646 0, message, sender, proposed_recipient, requested_reply, TRUE,
1657 sender &&
1660 !bus_connections_expect_reply (bus_connection_get_connections (sender),
1662 sender, addressed_recipient,