Searched refs:CurlWrapper (Results 1 – 4 of 4) sorted by relevance
25 class CurlWrapper {28 CurlWrapper();29 ~CurlWrapper();30 CurlWrapper(const CurlWrapper&) = delete;31 CurlWrapper& operator=(const CurlWrapper*) = delete;32 CurlWrapper(CurlWrapper&&) = default;
54 CurlWrapper::CurlWrapper() { in CurlWrapper() function in cuttlefish::CurlWrapper62 CurlWrapper::~CurlWrapper() { in ~CurlWrapper()66 bool CurlWrapper::DownloadToFile(const std::string& url, const std::string& path) { in DownloadToFile()67 return CurlWrapper::DownloadToFile(url, path, {}); in DownloadToFile()70 bool CurlWrapper::DownloadToFile(const std::string& url, const std::string& path, in DownloadToFile()106 std::string CurlWrapper::DownloadToString(const std::string& url) { in DownloadToString()110 std::string CurlWrapper::DownloadToString(const std::string& url, in DownloadToString()142 Json::Value CurlWrapper::DownloadToJson(const std::string& url) { in DownloadToJson()146 Json::Value CurlWrapper::DownloadToJson(const std::string& url, in DownloadToJson()
32 CurlWrapper curl;
84 CurlWrapper curl;