HomeSort by relevance Sort by last modified time
    Searched refs:SendRequestAndBlock (Results 1 - 3 of 3) sorted by null

  /external/libbrillo/brillo/http/
http_utils.cc 91 std::unique_ptr<Response> SendRequestAndBlock(
118 return SendRequestAndBlock(
190 return SendRequestAndBlock(request_type::kPost,
348 return SendRequestAndBlock(request_type::kPatch,
http_utils_unittest.cc 50 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(
http_utils.h 34 // SendRequestAndBlock("POST",
41 // SendRequestAndBlock(brillo::http::request_type::kPost,
56 BRILLO_EXPORT std::unique_ptr<Response> SendRequestAndBlock(

Completed in 83 milliseconds