Home
last modified time | relevance | path

Searched refs:addressed_recipient (Results 1 – 8 of 8) sorted by relevance

/external/dbus/bus/
Dbus.c1428 DBusConnection *addressed_recipient, in bus_context_check_security_policy() argument
1449 addressed_recipient != NULL || in bus_context_check_security_policy()
1509 addressed_recipient == proposed_recipient /* not eavesdropping */) in bus_context_check_security_policy()
1516 … sender, addressed_recipient, message, in bus_context_check_security_policy()
1560 if (addressed_recipient == proposed_recipient /* not eavesdropping */ && in bus_context_check_security_policy()
1608 (addressed_recipient == proposed_recipient), error); in bus_context_check_security_policy()
1628 addressed_recipient, proposed_recipient, in bus_context_check_security_policy()
1634 (addressed_recipient == proposed_recipient), NULL); in bus_context_check_security_policy()
1658 addressed_recipient && in bus_context_check_security_policy()
1659 addressed_recipient == proposed_recipient && /* not eavesdropping */ in bus_context_check_security_policy()
[all …]
Dsignals.c1670 DBusConnection *addressed_recipient, in match_rule_matches() argument
1779 if (addressed_recipient == NULL) in match_rule_matches()
1787 if (!connection_is_primary_owner (addressed_recipient, rule->destination)) in match_rule_matches()
1945 DBusConnection *addressed_recipient, in get_recipients_from_list() argument
1972 sender, addressed_recipient, message, in get_recipients_from_list()
2001 DBusConnection *addressed_recipient, in bus_matchmaker_get_recipients() argument
2021 if (addressed_recipient != NULL) in bus_matchmaker_get_recipients()
2022 bus_connection_mark_stamp (addressed_recipient); in bus_matchmaker_get_recipients()
2043 if (!(get_recipients_from_list (neither, sender, addressed_recipient, in bus_matchmaker_get_recipients()
2045 get_recipients_from_list (just_iface, sender, addressed_recipient, in bus_matchmaker_get_recipients()
[all …]
Ddispatch.c53 DBusConnection *addressed_recipient, in send_one_message() argument
60 addressed_recipient, in send_one_message()
84 DBusConnection *addressed_recipient, in bus_dispatch_matches() argument
107 if (addressed_recipient != NULL) in bus_dispatch_matches()
110 sender, addressed_recipient, in bus_dispatch_matches()
111 addressed_recipient, in bus_dispatch_matches()
116 !dbus_connection_can_send_type (addressed_recipient, in bus_dispatch_matches()
127 if (!bus_transaction_send (transaction, addressed_recipient, message)) in bus_dispatch_matches()
141 sender, addressed_recipient, message, in bus_dispatch_matches()
155 if (!send_one_message (dest, context, sender, addressed_recipient, in bus_dispatch_matches()
[all …]
Dsignals.h96 DBusConnection *addressed_recipient,
Dbus.h124 … DBusConnection *addressed_recipient,
Dpolicy.h154 DBusConnection *addressed_recipient,
Dpolicy.c1051 DBusConnection *addressed_recipient, in bus_client_policy_check_can_receive() argument
1061 addressed_recipient != proposed_recipient && in bus_client_policy_check_can_receive()
Dactivation.c1180 DBusConnection *addressed_recipient; in bus_activation_send_pending_auto_activation_messages() local
1182 addressed_recipient = bus_service_get_primary_owners_connection (service); in bus_activation_send_pending_auto_activation_messages()
1187 addressed_recipient, in bus_activation_send_pending_auto_activation_messages()