Home
last modified time | relevance | path

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

/aosp_15_r20/external/federated-compute/fcp/client/http/
H A Dhttp_client_util.h79 std::string ConvertMethodToString(HttpRequest::Method method);
H A Dhttp_client_util.cc173 std::string ConvertMethodToString(HttpRequest::Method method) { in ConvertMethodToString() function
/aosp_15_r20/external/federated-compute/fcp/client/http/curl/
H A Dcurl_http_client.cc81 FCP_LOG(INFO) << "Creating a " << ConvertMethodToString(request->method()) in EnqueueRequest()