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

/external/libbrillo/brillo/http/
H A Dhttp_utils.cc91 std::unique_ptr<Response> SendRequestAndBlock( function in namespace:brillo::http
118 return SendRequestAndBlock(
190 return SendRequestAndBlock(request_type::kPost,
348 return SendRequestAndBlock(request_type::kPatch,
H A Dhttp_utils_unittest.cc50 http::SendRequestAndBlock(request_type::kPost,
102 http::SendRequestAndBlock(request_type::kPost,
119 auto response = http::SendRequestAndBlock(request_type::kGet,
136 auto response = http::SendRequestAndBlock(request_type::kPut,
193 auto response = http::SendRequestAndBlock(
H A Dhttp_utils.h34 // SendRequestAndBlock("POST",
41 // SendRequestAndBlock(brillo::http::request_type::kPost,
56 BRILLO_EXPORT std::unique_ptr<Response> SendRequestAndBlock(

Completed in 127 milliseconds