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

  /external/libbrillo/brillo/http/
http_connection.h 59 virtual bool SetRequestData(StreamPtr stream, brillo::ErrorPtr* error) = 0;
http_connection_fake.h 31 bool SetRequestData(StreamPtr stream, brillo::ErrorPtr* error) override;
mock_connection.h 35 bool SetRequestData(StreamPtr stream, brillo::ErrorPtr* error) override {
http_connection_curl.h 34 bool SetRequestData(StreamPtr stream, brillo::ErrorPtr* error) override;
http_request.cc 193 return stream && connection_->SetRequestData(std::move(stream), error);
198 connection_->SetRequestData(std::move(stream), error);
206 return connection_->SetRequestData(form_data->ExtractDataStream(), error);
http_connection_fake.cc 35 bool Connection::SetRequestData(StreamPtr stream,
http_connection_curl_unittest.cc 180 EXPECT_TRUE(connection_->SetRequestData(std::move(stream), nullptr));
242 EXPECT_TRUE(connection_->SetRequestData(std::move(stream), nullptr));
http_connection_curl.cc 80 bool Connection::SetRequestData(StreamPtr stream,

Completed in 79 milliseconds