Home
last modified time | relevance | path

Searched refs:proposed_recipient (Results 1 – 7 of 7) sorted by relevance

/external/dbus/bus/
Dbus.c1357 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()
[all …]
Dselinux.c540 DBusConnection *proposed_recipient, in bus_selinux_allows_send() argument
561 if (!proposed_recipient || !dbus_connection_get_unix_process_id (proposed_recipient, &tpid)) in bus_selinux_allows_send()
627 if (proposed_recipient) in bus_selinux_allows_send()
628 recipient_sid = bus_connection_get_selinux_id (proposed_recipient); in bus_selinux_allows_send()
Dselinux.h58 DBusConnection *proposed_recipient,
Dbus.h125 … DBusConnection *proposed_recipient,
Dpolicy.h155 DBusConnection *proposed_recipient,
Dpolicy.c1052 DBusConnection *proposed_recipient, in bus_client_policy_check_can_receive() argument
1061 addressed_recipient != proposed_recipient && in bus_client_policy_check_can_receive()
/external/dbus/
DChangeLog.pre-1-06265 sender or proposed_recipient.