Searched refs:suppressErrorLogs (Results 1 – 2 of 2) sorted by relevance
202 bool suppressErrorLogs = (delay == kMinDelay); in reconnect() local203 if (!tryConnect(suppressErrorLogs)) { in reconnect()204 if (!suppressErrorLogs) { in reconnect()224 bool SocketClient::tryConnect(bool suppressErrorLogs) { in tryConnect() argument241 } else if (!suppressErrorLogs) { in tryConnect()245 } else if (!suppressErrorLogs) { in tryConnect()252 } else if (!suppressErrorLogs) { in tryConnect()
149 bool tryConnect(bool suppressErrorLogs = false);