Home
last modified time | relevance | path

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

/external/libbrillo/brillo/http/
Dhttp_utils.cc81 return PostBinary(url, in PostText()
200 RequestID PostBinary(const std::string& url, in PostBinary() function
217 RequestID PostBinary(const std::string& url, in PostBinary() function
272 return PostBinary(url, in PostFormData()
326 return PostBinary(url, in PostJson()
Dhttp_utils.h169 BRILLO_EXPORT RequestID PostBinary(
183 BRILLO_EXPORT RequestID PostBinary(
Dhttp_utils_test.cc268 TEST(HttpUtils, PostBinary) { in TEST() argument