Home
last modified time | relevance | path

Searched refs:SendRequestAndBlock (Results 1 – 3 of 3) sorted by relevance

/external/libbrillo/brillo/http/
Dhttp_utils_unittest.cc50 http::SendRequestAndBlock(request_type::kPost, in TEST()
102 http::SendRequestAndBlock(request_type::kPost, in TEST()
119 auto response = http::SendRequestAndBlock(request_type::kGet, in TEST()
136 auto response = http::SendRequestAndBlock(request_type::kPut, in TEST()
193 auto response = http::SendRequestAndBlock( in TEST()
Dhttp_utils.cc91 std::unique_ptr<Response> SendRequestAndBlock( in SendRequestAndBlock() function
118 return SendRequestAndBlock( in SendRequestWithNoDataAndBlock()
190 return SendRequestAndBlock(request_type::kPost, in PostBinaryAndBlock()
348 return SendRequestAndBlock(request_type::kPatch, in PatchJsonAndBlock()
Dhttp_utils.h56 BRILLO_EXPORT std::unique_ptr<Response> SendRequestAndBlock(