• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/

Lines Matching defs:proposed_recipient

1333                         DBusConnection *proposed_recipient,
1357 if (proposed_recipient != NULL)
1358 proposed_recipient_loginfo = bus_connection_get_loginfo (proposed_recipient);
1390 * proposed_recipient is the recipient we're considering sending
1395 * NULL for proposed_recipient or sender definitely means the bus driver.
1405 DBusConnection *proposed_recipient,
1423 (sender == NULL && !bus_connection_is_active (proposed_recipient)));
1453 if (!bus_selinux_allows_send (sender, proposed_recipient,
1467 0, message, sender, proposed_recipient, FALSE, FALSE, error);
1484 if (proposed_recipient != NULL /* not to the bus driver */ &&
1485 addressed_recipient == proposed_recipient /* not eavesdropping */)
1507 if (proposed_recipient == NULL &&
1536 if (addressed_recipient == proposed_recipient /* not eavesdropping */ &&
1544 if (proposed_recipient != NULL)
1550 if (bus_connection_is_active (proposed_recipient))
1552 recipient_policy = bus_connection_get_policy (proposed_recipient);
1569 _dbus_assert ((proposed_recipient != NULL && recipient_policy != NULL) ||
1570 (proposed_recipient != NULL && sender == NULL && recipient_policy == NULL) ||
1571 (proposed_recipient == NULL && recipient_policy == NULL));
1578 proposed_recipient,
1583 message, sender, proposed_recipient, requested_reply,
1584 (addressed_recipient == proposed_recipient), error);
1595 message, sender, proposed_recipient, requested_reply,
1604 addressed_recipient, proposed_recipient,
1609 message, sender, proposed_recipient, requested_reply,
1610 (addressed_recipient == proposed_recipient), NULL);
1616 if (proposed_recipient &&
1617 ((dbus_connection_get_outgoing_size (proposed_recipient) > context->limits.max_outgoing_bytes) ||
1618 (dbus_connection_get_outgoing_unix_fds (proposed_recipient) > context->limits.max_outgoing_unix_fds)))
1622 0, message, sender, proposed_recipient, requested_reply, TRUE,
1635 addressed_recipient == proposed_recipient && /* not eavesdropping */