OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddRequestBody
(Results
1 - 5
of
5
) sorted by null
/system/weaved/buffet/
http_transport_client.cc
94
if (!request.
AddRequestBody
(std::move(stream), &cromeos_error)) {
/external/libbrillo/brillo/http/
http_request.h
240
bool
AddRequestBody
(const void* data, size_t size, brillo::ErrorPtr* error);
241
bool
AddRequestBody
(StreamPtr stream, brillo::ErrorPtr* error);
http_request.cc
187
bool Request::
AddRequestBody
(const void* data,
196
bool Request::
AddRequestBody
(StreamPtr stream, brillo::ErrorPtr* error) {
http_request_unittest.cc
141
request.
AddRequestBody
(req_body.data(), req_body.size(), nullptr));
http_utils.cc
106
if (!request.
AddRequestBody
(data, data_size, error))
137
if (!request.
AddRequestBody
(std::move(stream), &error)) {
Completed in 61 milliseconds