Searched refs:SetRequestData (Results 1 - 8 of 8) sorted by relevance

/external/libbrillo/brillo/http/
H A Dhttp_connection.h59 virtual bool SetRequestData(StreamPtr stream, brillo::ErrorPtr* error) = 0;
H A Dhttp_connection_fake.h31 bool SetRequestData(StreamPtr stream, brillo::ErrorPtr* error) override;
H A Dmock_connection.h35 bool SetRequestData(StreamPtr stream, brillo::ErrorPtr* error) override {
H A Dhttp_connection_curl.h34 bool SetRequestData(StreamPtr stream, brillo::ErrorPtr* error) override;
H A Dhttp_request.cc193 return stream && connection_->SetRequestData(std::move(stream), error);
198 connection_->SetRequestData(std::move(stream), error);
206 return connection_->SetRequestData(form_data->ExtractDataStream(), error);
H A Dhttp_connection_fake.cc35 bool Connection::SetRequestData(StreamPtr stream, function in class:brillo::http::fake::Connection
H A Dhttp_connection_curl_unittest.cc180 EXPECT_TRUE(connection_->SetRequestData(std::move(stream), nullptr));
242 EXPECT_TRUE(connection_->SetRequestData(std::move(stream), nullptr));
H A Dhttp_connection_curl.cc80 bool Connection::SetRequestData(StreamPtr stream, function in class:brillo::http::curl::Connection

Completed in 72 milliseconds