Lines Matching refs:proposed_recipient
1357 DBusConnection *proposed_recipient, in complain_about_message() argument
1381 if (proposed_recipient != NULL) in complain_about_message()
1382 proposed_recipient_loginfo = bus_connection_get_loginfo (proposed_recipient); in complain_about_message()
1429 DBusConnection *proposed_recipient, in bus_context_check_security_policy() argument
1447 (sender == NULL && !bus_connection_is_active (proposed_recipient))); in bus_context_check_security_policy()
1477 if (!bus_selinux_allows_send (sender, proposed_recipient, in bus_context_check_security_policy()
1491 0, message, sender, proposed_recipient, FALSE, FALSE, error); in bus_context_check_security_policy()
1508 if (proposed_recipient != NULL /* not to the bus driver */ && in bus_context_check_security_policy()
1509 addressed_recipient == proposed_recipient /* not eavesdropping */) in bus_context_check_security_policy()
1531 if (proposed_recipient == NULL && in bus_context_check_security_policy()
1560 if (addressed_recipient == proposed_recipient /* not eavesdropping */ && in bus_context_check_security_policy()
1568 if (proposed_recipient != NULL) in bus_context_check_security_policy()
1574 if (bus_connection_is_active (proposed_recipient)) in bus_context_check_security_policy()
1576 recipient_policy = bus_connection_get_policy (proposed_recipient); in bus_context_check_security_policy()
1593 _dbus_assert ((proposed_recipient != NULL && recipient_policy != NULL) || in bus_context_check_security_policy()
1594 (proposed_recipient != NULL && sender == NULL && recipient_policy == NULL) || in bus_context_check_security_policy()
1595 (proposed_recipient == NULL && recipient_policy == NULL)); in bus_context_check_security_policy()
1602 proposed_recipient, in bus_context_check_security_policy()
1607 message, sender, proposed_recipient, requested_reply, in bus_context_check_security_policy()
1608 (addressed_recipient == proposed_recipient), error); in bus_context_check_security_policy()
1619 message, sender, proposed_recipient, requested_reply, in bus_context_check_security_policy()
1628 addressed_recipient, proposed_recipient, in bus_context_check_security_policy()
1633 message, sender, proposed_recipient, requested_reply, in bus_context_check_security_policy()
1634 (addressed_recipient == proposed_recipient), NULL); in bus_context_check_security_policy()
1640 if (proposed_recipient && in bus_context_check_security_policy()
1641 … ((dbus_connection_get_outgoing_size (proposed_recipient) > context->limits.max_outgoing_bytes) || in bus_context_check_security_policy()
1642 …(dbus_connection_get_outgoing_unix_fds (proposed_recipient) > context->limits.max_outgoing_unix_fd… in bus_context_check_security_policy()
1646 0, message, sender, proposed_recipient, requested_reply, TRUE, in bus_context_check_security_policy()
1659 addressed_recipient == proposed_recipient && /* not eavesdropping */ in bus_context_check_security_policy()