Searched refs:cached_peer_state (Results 1 – 1 of 1) sorted by relevance
40 scoped_refptr<State> cached_peer_state; in Close() local84 cached_peer_state = std::move(peer_state_); in Close()90 } else if (cached_peer_state) { in Close()91 cached_peer_state->OnPeerClosedBeforeAssociation(reason); in Close()126 scoped_refptr<State> cached_peer_state; in NotifyAssociation() local132 cached_peer_state = std::move(peer_state_); in NotifyAssociation()135 if (cached_peer_state) { in NotifyAssociation()136 cached_peer_state->OnAssociated(id, std::move(peer_group_controller)); in NotifyAssociation()