Searched defs:proposed_recipient (Results 1 - 3 of 3) sorted by relevance

/external/dbus/bus/
H A Dbus.c1115 * proposed_recipient is the recipient we're considering sending
1120 * NULL for proposed_recipient or sender definitely means the bus driver.
1130 DBusConnection *proposed_recipient,
1144 (sender == NULL && !bus_connection_is_active (proposed_recipient)));
1178 if (!bus_selinux_allows_send (sender, proposed_recipient,
1219 if (proposed_recipient != NULL /* not to the bus driver */ &&
1220 addressed_recipient == proposed_recipient /* not eavesdropping */)
1242 if (proposed_recipient == NULL &&
1271 if (addressed_recipient == proposed_recipient /* not eavesdropping */ &&
1279 if (proposed_recipient !
1126 bus_context_check_security_policy(BusContext *context, BusTransaction *transaction, DBusConnection *sender, DBusConnection *addressed_recipient, DBusConnection *proposed_recipient, DBusMessage *message, DBusError *error) argument
[all...]
H A Dpolicy.c1025 DBusConnection *proposed_recipient,
1033 addressed_recipient != proposed_recipient &&
1020 bus_client_policy_check_can_receive(BusClientPolicy *policy, BusRegistry *registry, dbus_bool_t requested_reply, DBusConnection *sender, DBusConnection *addressed_recipient, DBusConnection *proposed_recipient, DBusMessage *message) argument
H A Dselinux.c456 * @param proposed_recipient the connection the message is to be sent to.
461 DBusConnection *proposed_recipient,
482 if (!proposed_recipient || !dbus_connection_get_unix_process_id (proposed_recipient, &tpid))
547 /* A NULL proposed_recipient means the bus itself. */
548 if (proposed_recipient)
549 recipient_sid = bus_connection_get_selinux_id (proposed_recipient);
460 bus_selinux_allows_send(DBusConnection *sender, DBusConnection *proposed_recipient, const char *msgtype, const char *interface, const char *member, const char *error_name, const char *destination, DBusError *error) argument

Completed in 65 milliseconds