• Home
  • Raw
  • Download

Lines Matching refs:get

99                                           socket_.get(),  in ConnectionHealthChecker()
139 SLOG(connection_.get(), 2) << __func__ << ": Malformed url: " in AddRemoteURL()
144 SLOG(connection_.get(), 2) << __func__ in AddRemoteURL()
161 SLOG(connection_.get(), 2) << __func__ << ": Failed to start DNS client " in AddRemoteURL()
170 SLOG(connection_.get(), 2) << __func__ in Start()
174 if (!connection_.get()) { in Start()
175 SLOG(connection_.get(), 2) << __func__ << ": Connection not ready yet."; in Start()
188 SLOG(connection_.get(), 2) << __func__ << ": Not enough IPs."; in Start()
198 if (tcp_connection_.get() != nullptr) in Stop()
210 SLOG(connection_.get(), 3) << __func__; in SetConnection()
214 socket_.get(), in SetConnection()
242 SLOG(connection_.get(), 2) << __func__ << "DNSClient returned failure: " in GetDNSResult()
286 SLOG(connection_.get(), 3) << __func__ << ": Starting connection at " in NextHealthCheckSample()
289 SLOG(connection_.get(), 2) << __func__ << ": Connection attempt failed."; in NextHealthCheckSample()
297 SLOG(connection_.get(), 2) << __func__ in OnConnectionComplete()
312 SLOG(connection_.get(), 2) << __func__ in OnConnectionComplete()
329 SLOG(connection_.get(), 2) << __func__ << ": " << socket_->ErrorString(); in OnConnectionComplete()
355 SLOG(connection_.get(), 2) in VerifySentData()
358 SLOG(connection_.get(), 3) << "Found socket info but in state: " in VerifySentData()
365 SLOG(connection_.get(), 2) << __func__ in VerifySentData()
374 SLOG(connection_.get(), 2) << __func__ << ": Sampled congested Tx-Queue"; in VerifySentData()
377 SLOG(connection_.get(), 2) << __func__ << ": Sampled successful send."; in VerifySentData()
393 SLOG(connection_.get(), 2) << __func__ in GetSocketInfo()
398 SLOG(connection_.get(), 2) << __func__ << ": IPv6 socket address found."; in GetSocketInfo()
409 SLOG(connection_.get(), 2) << __func__ in GetSocketInfo()
416 SLOG(connection_.get(), 3) << "Local IP = " << local_ip_address.ToString() in GetSocketInfo()
421 SLOG(connection_.get(), 2) << __func__ in GetSocketInfo()
431 SLOG(connection_.get(), 4) in GetSocketInfo()
442 SLOG(connection_.get(), 3) << __func__ in GetSocketInfo()
449 SLOG(connection_.get(), 2) << __func__ << ": No matching TCP socket info."; in GetSocketInfo()
454 SLOG(connection_.get(), 2) << __func__ << ": Result: " in ReportResult()
462 SLOG(connection_.get(), 4) << "Closing socket"; in SetSocketDescriptor()