Home
last modified time | relevance | path

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

/external/libbrillo/brillo/http/
Dhttp_utils.cc70 return PostBinaryAndBlock( in PostTextAndBlock()
182 std::unique_ptr<Response> PostBinaryAndBlock( in PostBinaryAndBlock() function
243 return PostBinaryAndBlock(url, in PostFormDataAndBlock()
310 return PostBinaryAndBlock( in PostJsonAndBlock()
Dhttp_utils.h156 BRILLO_EXPORT std::unique_ptr<Response> PostBinaryAndBlock(
Dhttp_utils_unittest.cc291 auto response = http::PostBinaryAndBlock(kFakeUrl, in TEST()