Searched refs:connection_entry (Results 1 – 2 of 2) sorted by relevance
94 auto connection_entry = connections_.find(endpoint_id); in CreateProtocolConnection() local95 if (connection_entry == connections_.end()) { in CreateProtocolConnection()99 this, connection_entry->second.connection.get(), in CreateProtocolConnection()100 connection_entry->second.delegate.get(), endpoint_id); in CreateProtocolConnection()107 auto connection_entry = connections_.find(connection->endpoint_id()); in OnConnectionDestroyed() local108 if (connection_entry == connections_.end()) in OnConnectionDestroyed()111 connection_entry->second.delegate->DropProtocolConnection(connection); in OnConnectionDestroyed()139 auto connection_entry = connections_.find(endpoint_id); in OnConnectionClosed() local140 if (connection_entry == connections_.end()) in OnConnectionClosed()
92 auto connection_entry = connections_.find(endpoint_id); in CreateProtocolConnection() local93 if (connection_entry == connections_.end()) in CreateProtocolConnection()96 this, connection_entry->second.connection.get(), in CreateProtocolConnection()97 connection_entry->second.delegate.get(), endpoint_id); in CreateProtocolConnection()104 auto connection_entry = connections_.find(connection->endpoint_id()); in OnConnectionDestroyed() local105 if (connection_entry == connections_.end()) in OnConnectionDestroyed()108 connection_entry->second.delegate->DropProtocolConnection(connection); in OnConnectionDestroyed()149 auto connection_entry = connections_.find(endpoint_id); in OnConnectionClosed() local150 if (connection_entry == connections_.end()) in OnConnectionClosed()