Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/lib/
Dscoped_interface_endpoint_handle.cc34 peer_state_ = std::move(peer); in InitPendingState()
84 cached_peer_state = std::move(peer_state_); in Close()
114 } else if (!peer_state_) { in SetAssociationEventHandler()
132 cached_peer_state = std::move(peer_state_); in NotifyAssociation()
190 peer_state_ = nullptr; in OnAssociated()
228 peer_state_ = nullptr; in OnPeerClosedBeforeAssociation()
272 scoped_refptr<State> peer_state_; member in mojo::ScopedInterfaceEndpointHandle::State