Searched refs:pending_invitations_ (Results 1 – 3 of 3) sorted by relevance
6 We always remove invitee from pending_invitations_ before adding it to9 it by checking peers_ instead of pending_invitations_.32 - auto it = pending_invitations_.find(invitee_name);36 - if (it != pending_invitations_.end()) {
367 pending_invitations_.insert(std::make_pair(temporary_node_name, channel)); in SendBrokerClientInvitationOnIOThread()525 pending_invitations_.erase(name); in DropPeer()672 for (const auto& peer : pending_invitations_) in DropAllPeers()675 pending_invitations_.clear(); in DropAllPeers()760 auto it = pending_invitations_.find(from_node); in OnAcceptInvitation()761 if (it == pending_invitations_.end() || token != from_node) { in OnAcceptInvitation()782 pending_invitations_.erase(it); in OnAcceptInvitation()
320 NodeMap pending_invitations_; variable