Home
last modified time | relevance | path

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

/external/libbrillo/brillo/http/
Dhttp_utils.h286 BRILLO_EXPORT std::unique_ptr<Response> PatchJsonAndBlock(
Dhttp_utils.cc336 std::unique_ptr<Response> PatchJsonAndBlock( in PatchJsonAndBlock() function
Dhttp_utils_test.cc404 response = http::PatchJsonAndBlock(kFakeUrl, &json, {}, transport, nullptr); in TEST()