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

  /external/libbrillo/brillo/http/
http_connection.h 31 // would not probably initiate the physical connection until SendHeaders
56 virtual bool SendHeaders(const HeaderList& headers,
http_connection_fake.h 30 bool SendHeaders(const HeaderList& headers, brillo::ErrorPtr* error) override;
mock_connection.h 22 MOCK_METHOD2(SendHeaders, bool(const HeaderList&, ErrorPtr*));
http_connection_curl.h 33 bool SendHeaders(const HeaderList& headers, brillo::ErrorPtr* error) override;
http_connection_fake.cc 29 bool Connection::SendHeaders(const HeaderList& headers,
http_connection_curl_unittest.cc 181 EXPECT_TRUE(connection_->SendHeaders({{"X-Foo", "bar"}}, nullptr));
243 EXPECT_TRUE(connection_->SendHeaders(headers, nullptr));
http_connection_curl.cc 74 bool Connection::SendHeaders(const HeaderList& headers,
http_transport_fake.cc 60 if (!connection->SendHeaders(headers_copy, error))
http_transport_curl.cc 203 if (!connection->SendHeaders(headers, error)) {

Completed in 396 milliseconds