Lines Matching refs:sender
1356 DBusConnection *sender, in complain_about_message() argument
1370 if (sender != NULL) in complain_about_message()
1372 sender_name = bus_connection_get_name (sender); in complain_about_message()
1373 sender_loginfo = bus_connection_get_loginfo (sender); in complain_about_message()
1427 DBusConnection *sender, in bus_context_check_security_policy() argument
1447 (sender == NULL && !bus_connection_is_active (proposed_recipient))); in bus_context_check_security_policy()
1472 if (sender != NULL) 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()
1498 if (bus_connection_is_active (sender)) in bus_context_check_security_policy()
1500 sender_policy = bus_connection_get_policy (sender); in bus_context_check_security_policy()
1514 … requested_reply = bus_connections_check_reply (bus_connection_get_connections (sender), in bus_context_check_security_policy()
1516 … sender, addressed_recipient, message, in bus_context_check_security_policy()
1565 _dbus_assert ((sender != NULL && sender_policy != NULL) || in bus_context_check_security_policy()
1566 (sender == NULL && sender_policy == NULL)); in bus_context_check_security_policy()
1579 else if (sender == NULL) in bus_context_check_security_policy()
1594 (proposed_recipient != NULL && sender == NULL && recipient_policy == NULL) || in bus_context_check_security_policy()
1607 message, sender, proposed_recipient, requested_reply, in bus_context_check_security_policy()
1619 message, sender, proposed_recipient, requested_reply, in bus_context_check_security_policy()
1627 sender, in bus_context_check_security_policy()
1633 message, sender, proposed_recipient, requested_reply, in bus_context_check_security_policy()
1646 0, message, sender, proposed_recipient, requested_reply, TRUE, in bus_context_check_security_policy()
1657 sender && in bus_context_check_security_policy()
1660 !bus_connections_expect_reply (bus_connection_get_connections (sender), in bus_context_check_security_policy()
1662 sender, addressed_recipient, in bus_context_check_security_policy()