HomeSort by relevance Sort by last modified time
    Searched refs:target_url_ (Results 1 - 3 of 3) sorted by null

  /system/connectivity/shill/
connection_diagnostics.cc 186 target_url_.reset(new HTTPURL());
187 if (!target_url_->ParseFromString(url_string)) {
212 target_url_.reset(new HTTPURL());
213 if (!target_url_->ParseFromString(url_string)) {
239 target_url_.reset();
355 if (!dns_client_->Start(target_url_->host(), &e)) {
365 SLOG(this, 3) << __func__ << ": looking up " << target_url_->host()
    [all...]
connection_diagnostics.h 249 // Attempts to resolve the IP address of |target_url_| using |dns_servers|.
279 // Attempts to resolve the IP address of |target_url_| again if at least one
354 std::unique_ptr<HTTPURL> target_url_; member in class:shill::ConnectionDiagnostics
connection_diagnostics_unittest.cc 266 EXPECT_FALSE(connection_diagnostics_.target_url_.get());
378 Start(connection_diagnostics_.target_url_->host(), _))
    [all...]

Completed in 1256 milliseconds