Searched defs:curl_api (Results 1 – 2 of 2) sorted by relevance
278 auto curl_api = std::make_unique<CurlApi>(); in TEST() local296 auto curl_api = std::make_unique<CurlApi>(); in TEST() local358 auto curl_api = std::make_unique<CurlApi>(); in TEST() local398 auto curl_api = std::make_unique<CurlApi>(); in TEST() local502 auto curl_api = std::make_unique<CurlApi>(); in TEST() local
74 CurlHttpClient::CurlHttpClient(CurlApi* curl_api, std::string test_cert_path) in CurlHttpClient()