Home
last modified time | relevance | path

Searched refs:SendHeaders (Results 1 – 9 of 9) sorted by relevance

/external/libbrillo/brillo/http/
Dmock_connection.h22 MOCK_METHOD2(SendHeaders, bool(const HeaderList&, ErrorPtr*));
Dhttp_connection.h56 virtual bool SendHeaders(const HeaderList& headers,
Dhttp_connection_fake.h30 bool SendHeaders(const HeaderList& headers, brillo::ErrorPtr* error) override;
Dhttp_connection_curl.h33 bool SendHeaders(const HeaderList& headers, brillo::ErrorPtr* error) override;
Dhttp_connection_curl_unittest.cc181 EXPECT_TRUE(connection_->SendHeaders({{"X-Foo", "bar"}}, nullptr)); in TEST_F()
243 EXPECT_TRUE(connection_->SendHeaders(headers, nullptr)); in TEST_F()
Dhttp_connection_fake.cc29 bool Connection::SendHeaders(const HeaderList& headers, in SendHeaders() function in brillo::http::fake::Connection
Dhttp_connection_curl.cc74 bool Connection::SendHeaders(const HeaderList& headers, in SendHeaders() function in brillo::http::curl::Connection
Dhttp_transport_fake.cc60 if (!connection->SendHeaders(headers_copy, error)) in CreateConnection()
Dhttp_transport_curl.cc203 if (!connection->SendHeaders(headers, error)) { in CreateConnection()