Home
last modified time | relevance | path

Searched refs:HttpCurlClient (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/
H A Dhttp_curl_client.cpp34 HttpCurlClient::HttpCurlClient(RxHeader headCallback, RxBody bodyCallback, void *userParam) in HttpCurlClient() function in OHOS::Media::Plugin::HttpPlugin::HttpCurlClient
40 HttpCurlClient::~HttpCurlClient() in ~HttpCurlClient()
45 Status HttpCurlClient::Init() in Init()
51 Status HttpCurlClient::Open(const std::string& url) in Open()
59 Status HttpCurlClient::Close() in Close()
71 Status HttpCurlClient::Deinit() in Deinit()
81 void HttpCurlClient::InitCurlEnvironment(const std::string& url) in InitCurlEnvironment()
107 std::string HttpCurlClient::UrlParse(const std::string& url) in UrlParse()
118 Status HttpCurlClient::RequestData(long startPos, int len, NetworkServerErrorCode& serverCode, in RequestData()
H A Dhttp_curl_client.h28 class HttpCurlClient : public NetworkClient {
30 HttpCurlClient(RxHeader headCallback, RxBody bodyCallback, void* userParam);
32 ~HttpCurlClient() override;
H A Ddownloader.cpp106 client_ = std::make_shared<HttpCurlClient>(&RxHeaderData, &RxBodyData, this); in Downloader()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/network_client/
H A Dhttp_curl_client.cpp175 HttpCurlClient::HttpCurlClient(RxHeader headCallback, RxBody bodyCallback, void *userParam) in HttpCurlClient() function in OHOS::Media::Plugins::HttpPlugin::HttpCurlClient
181 HttpCurlClient::~HttpCurlClient() in ~HttpCurlClient()
187 Status HttpCurlClient::Init() in Init()
193 std::string HttpCurlClient::ClearHeadTailSpace(std::string& str) in ClearHeadTailSpace()
243 Status HttpCurlClient::Close(bool isAsync) in Close()
269 Status HttpCurlClient::Deinit() in Deinit()
289 Status HttpCurlClient::GetIp(std::string &ip) in GetIp()
300 void HttpCurlClient::InitCurProxy(const std::string& url) in InitCurProxy()
355 void HttpCurlClient::CheckRequestRange(long startPos, int len) in CheckRequestRange()
417 Status HttpCurlClient::SetIp() in SetIp()
[all …]
H A Dhttp_curl_client.h44 class HttpCurlClient : public NetworkClient {
46 HttpCurlClient(RxHeader headCallback, RxBody bodyCallback, void* userParam);
48 ~HttpCurlClient() override;
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/
H A Dhttp_source_plugin.h27 class HttpCurlClient; variable