Home
last modified time | relevance | path

Searched refs:cached_peer_state (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/lib/
Dscoped_interface_endpoint_handle.cc40 scoped_refptr<State> cached_peer_state; in Close() local
84 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() local
132 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()