Searched refs:SendHeaders (Results 1 – 9 of 9) sorted by relevance
/external/libbrillo/brillo/http/ |
D | mock_connection.h | 22 MOCK_METHOD2(SendHeaders, bool(const HeaderList&, ErrorPtr*));
|
D | http_connection.h | 56 virtual bool SendHeaders(const HeaderList& headers,
|
D | http_connection_fake.h | 30 bool SendHeaders(const HeaderList& headers, brillo::ErrorPtr* error) override;
|
D | http_connection_curl.h | 33 bool SendHeaders(const HeaderList& headers, brillo::ErrorPtr* error) override;
|
D | http_connection_curl_unittest.cc | 181 EXPECT_TRUE(connection_->SendHeaders({{"X-Foo", "bar"}}, nullptr)); in TEST_F() 243 EXPECT_TRUE(connection_->SendHeaders(headers, nullptr)); in TEST_F()
|
D | http_connection_fake.cc | 29 bool Connection::SendHeaders(const HeaderList& headers, in SendHeaders() function in brillo::http::fake::Connection
|
D | http_connection_curl.cc | 74 bool Connection::SendHeaders(const HeaderList& headers, in SendHeaders() function in brillo::http::curl::Connection
|
D | http_transport_fake.cc | 60 if (!connection->SendHeaders(headers_copy, error)) in CreateConnection()
|
D | http_transport_curl.cc | 203 if (!connection->SendHeaders(headers, error)) { in CreateConnection()
|