Searched refs:suppressErrorLogs (Results 1 – 2 of 2) sorted by relevance
200 bool suppressErrorLogs = (delay == kMinDelay); in reconnect() local201 if (!tryConnect(suppressErrorLogs)) { in reconnect()202 if (!suppressErrorLogs) { in reconnect()222 bool SocketClient::tryConnect(bool suppressErrorLogs) { in tryConnect() argument242 if (!suppressErrorLogs) { in tryConnect()247 if (!suppressErrorLogs) { in tryConnect()256 } else if (!suppressErrorLogs) { in tryConnect()265 } else if (!suppressErrorLogs) { in tryConnect()
149 bool tryConnect(bool suppressErrorLogs = false);