Searched refs:addressed_recipient (Results 1 – 10 of 10) sorted by relevance
/dports/devel/dbus/dbus-1.12.20/bus/ |
H A D | bus.c | 1526 DBusConnection *addressed_recipient, in bus_context_check_security_policy() argument 1549 addressed_recipient != NULL || in bus_context_check_security_policy() 1586 addressed_recipient == proposed_recipient /* not eavesdropping */) in bus_context_check_security_policy() 1593 … sender, addressed_recipient, message, in bus_context_check_security_policy() 1685 if (addressed_recipient == proposed_recipient /* not eavesdropping */ && in bus_context_check_security_policy() 1733 (addressed_recipient == proposed_recipient), error); in bus_context_check_security_policy() 1753 addressed_recipient, proposed_recipient, in bus_context_check_security_policy() 1759 (addressed_recipient == proposed_recipient), error); in bus_context_check_security_policy() 1787 addressed_recipient && in bus_context_check_security_policy() 1788 addressed_recipient == proposed_recipient && /* not eavesdropping */ in bus_context_check_security_policy() [all …]
|
H A D | connection.h | 139 DBusConnection *addressed_recipient, 142 DBusConnection *addressed_recipient,
|
H A D | signals.c | 1780 DBusConnection *addressed_recipient, in match_rule_matches() argument 1889 if (addressed_recipient == NULL) in match_rule_matches() 2067 DBusConnection *addressed_recipient, in get_recipients_from_list() argument 2094 sender, addressed_recipient, message, in get_recipients_from_list() 2121 DBusConnection *addressed_recipient, in bus_matchmaker_get_recipients() argument 2141 if (addressed_recipient != NULL) in bus_matchmaker_get_recipients() 2142 bus_connection_mark_stamp (addressed_recipient); in bus_matchmaker_get_recipients() 2163 if (!(get_recipients_from_list (neither, sender, addressed_recipient, in bus_matchmaker_get_recipients() 2165 get_recipients_from_list (just_iface, sender, addressed_recipient, in bus_matchmaker_get_recipients() 2167 get_recipients_from_list (just_type, sender, addressed_recipient, in bus_matchmaker_get_recipients() [all …]
|
H A D | dispatch.c | 61 DBusConnection *addressed_recipient, in send_one_message() argument 70 addressed_recipient, in send_one_message() 123 DBusConnection *addressed_recipient, in bus_dispatch_matches() argument 146 if (addressed_recipient != NULL) in bus_dispatch_matches() 150 addressed_recipient, in bus_dispatch_matches() 155 !dbus_connection_can_send_type (addressed_recipient, in bus_dispatch_matches() 194 if (!send_one_message (dest, context, sender, addressed_recipient, in bus_dispatch_matches() 221 DBusConnection *addressed_recipient; in bus_dispatch() local 226 addressed_recipient = NULL; in bus_dispatch() 466 _dbus_assert (addressed_recipient != NULL); in bus_dispatch() [all …]
|
H A D | signals.h | 104 DBusConnection *addressed_recipient,
|
H A D | policy.h | 166 DBusConnection *addressed_recipient,
|
H A D | bus.h | 142 … DBusConnection *addressed_recipient,
|
H A D | policy.c | 1101 DBusConnection *addressed_recipient, in bus_client_policy_check_can_receive() argument 1111 addressed_recipient != proposed_recipient && in bus_client_policy_check_can_receive()
|
H A D | connection.c | 2254 DBusConnection *addressed_recipient, in bus_transaction_capture() argument 2275 addressed_recipient, message, &recipients)) in bus_transaction_capture() 2297 DBusConnection *addressed_recipient, in bus_transaction_capture_error_reply() argument 2324 ret = bus_transaction_capture (transaction, NULL, addressed_recipient, reply); in bus_transaction_capture_error_reply()
|
H A D | activation.c | 1246 DBusConnection *addressed_recipient; in bus_activation_send_pending_auto_activation_messages() local 1251 addressed_recipient = bus_service_get_primary_owners_connection (service); in bus_activation_send_pending_auto_activation_messages() 1256 addressed_recipient, in bus_activation_send_pending_auto_activation_messages()
|