Home
last modified time | relevance | path

Searched defs:curl_api (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/client/http/curl/
H A Dcurl_http_client_test.cc278 auto curl_api = std::make_unique<CurlApi>(); in TEST() local
296 auto curl_api = std::make_unique<CurlApi>(); in TEST() local
358 auto curl_api = std::make_unique<CurlApi>(); in TEST() local
398 auto curl_api = std::make_unique<CurlApi>(); in TEST() local
502 auto curl_api = std::make_unique<CurlApi>(); in TEST() local
H A Dcurl_http_client.cc74 CurlHttpClient::CurlHttpClient(CurlApi* curl_api, std::string test_cert_path) in CurlHttpClient()