Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dplaylist_downloader.cpp215 …int32_t contentlen = static_cast<int32_t>(downloader_->GetCurrentRequest()->GetFileContentLengthNo… in SaveData()
217 downloader_->GetCurrentRequest()->GetLocation(location); in SaveData()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.h173 const std::shared_ptr<DownloadRequest>& GetCurrentRequest();
H A Ddownloader.cpp939 const std::shared_ptr<DownloadRequest>& Downloader::GetCurrentRequest() in GetCurrentRequest() function in OHOS::Media::Plugins::HttpPlugin::Downloader