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

/external/libbrillo/brillo/http/
H A Dhttp_transport_fake.h71 create_connection_error_ = std::move(create_connection_error);
116 brillo::ErrorPtr create_connection_error_; member in class:brillo::http::fake::Transport
H A Dhttp_transport_fake.cc43 if (create_connection_error_) {
45 *error = std::move(create_connection_error_);

Completed in 116 milliseconds