Searched refs:HasPendingConnection (Results 1 – 3 of 3) sorted by relevance
48 if ((pending_connections_.size() + 1 > max_pending_connections_) || HasPendingConnection(addr)) { in CreatePendingConnection()55 bool AclConnectionHandler::HasPendingConnection(const Address& addr) { in HasPendingConnection() function in test_vendor_lib::AclConnectionHandler60 if (!HasPendingConnection(addr)) { in CancelPendingConnection()
36 bool HasPendingConnection(const Address& addr);
903 if (!classic_connections_.HasPendingConnection(addr)) { in AcceptConnectionRequest()935 if (!classic_connections_.HasPendingConnection(addr)) { in RejectConnectionRequest()