Lines Matching defs:target

101 SingleMessagingTargetSet::SingleMessagingTargetSet(BMessenger target)
105 BMessenger::Private messengerPrivate(target);
232 object adds the token of a the target BHandler.
328 /*! \brief Represents a full target port, queuing the not yet delivered
361 // create a target message
467 as the target port is full.
473 The class maintains a TargetPort for each target port which was full at the
476 the yet undelivered messages to the respective target ports.
505 // create the target port map
563 /*! \brief Delivers a message to the supplied target.
566 messages pending for the target port). If that fails due to a full target
570 \param target A BMessenger identifying the delivery target.
574 - \c B_OK, if sending the message succeeded or if the target port was
579 MessageDeliverer::DeliverMessage(BMessage *message, BMessenger target,
582 SingleMessagingTargetSet set(target);
590 (if there are not already messages pending for a target port). If that
591 fails due to a full target port, the message is queued for later delivery.
599 or if the target port was full and the message has been queued,
623 (if there are not already messages pending for a target port). If that
624 fails due to a full target port, the message is queued for later delivery.
634 or if the target port was full and the message has been queued,
658 // add the message to the respective target ports
665 // get the target port
673 // if the message was delivered OK, we're done with the target
679 // if the port is not full, but an error occurred, we skip this target
759 // iterate through all target ports and try sending the messages