Lines Matching refs:connection

240 …nnectionClosed(ConnectionInterfaceDescriptor cid, std::unique_ptr<ConnectionInterface> connection);
276 ConnectionInterfaceDescriptor cid, std::unique_ptr<ConnectionInterface> connection) { in ConnectionClosed() argument
289 auto connection = std::move(cid_to_interface_map_.at(cid)); in AddConnection() local
291 …nnectionInterfaceManager::ConnectionClosed, common::Unretained(this), cid, std::move(connection))); in AddConnection()
434 std::unique_ptr<PendingConnection> connection,
438 std::unique_ptr<PendingConnection> connection,
533 std::unique_ptr<PendingConnection> connection, in PendingConnectionOpen() argument
536 connection_interface_manager_.AddConnection(connection->cid_, std::move(channel)); in PendingConnectionOpen()
538 std::move(connection->on_complete_), connection->psm_, connection->cid_, remote_cid); in PendingConnectionOpen()
544 std::unique_ptr<PendingConnection> connection, in PendingConnectionFail() argument
547 … std::move(connection->on_complete_), connection->address_, connection->psm_, connection->cid_); in PendingConnectionFail()
548 connection_interface_manager_.FreeConnectionInterfaceDescriptor(connection->cid_); in PendingConnectionFail()
574 auto connection = std::move(pending_connection_map_.at(id)); in CreateConnection() local
575 …handler_->CallOn(this, &L2cap::impl::PendingConnectionOpen, id, std::move(connection), std::move(c… in CreateConnection()
578 auto connection = std::move(pending_connection_map_.at(id)); in CreateConnection() local
579 … handler_->CallOn(this, &L2cap::impl::PendingConnectionFail, id, std::move(connection), result); in CreateConnection()