Home
last modified time | relevance | path

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

/external/libbrillo/brillo/http/
Dhttp_utils.h263 BRILLO_EXPORT std::unique_ptr<Response> PostJsonAndBlock(
Dhttp_utils.cc299 std::unique_ptr<Response> PostJsonAndBlock(const std::string& url, in PostJsonAndBlock() function
Dhttp_utils_unittest.cc395 http::PostJsonAndBlock(kFakeUrl, &json, {}, transport, nullptr); in TEST()