Searched refs:proposed_recipient (Results 1 – 7 of 7) sorted by relevance
/external/dbus/bus/ |
D | bus.c | 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() [all …]
|
D | selinux.c | 540 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()
|
D | selinux.h | 58 DBusConnection *proposed_recipient,
|
D | bus.h | 125 … DBusConnection *proposed_recipient,
|
D | policy.h | 155 DBusConnection *proposed_recipient,
|
D | policy.c | 1052 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/ |
D | ChangeLog.pre-1-0 | 6265 sender or proposed_recipient.
|