Home
last modified time | relevance | path

Searched refs:create_connection_error_ (Results 1 – 2 of 2) sorted by relevance

/external/libbrillo/brillo/http/
Dhttp_transport_fake.h74 create_connection_error_ = std::move(create_connection_error); in SetCreateConnectionError()
128 brillo::ErrorPtr create_connection_error_; variable
Dhttp_transport_fake.cc43 if (create_connection_error_) { in CreateConnection()
45 *error = std::move(create_connection_error_); in CreateConnection()