Home
last modified time | relevance | path

Searched refs:DropRetryData (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.h191 static size_t DropRetryData(void* buffer, size_t dataLen, Downloader* mediaDownloader);
H A Ddownloader.cpp670 size_t Downloader::DropRetryData(void* buffer, size_t dataLen, Downloader* mediaDownloader) in DropRetryData() function in OHOS::Media::Plugins::HttpPlugin::Downloader
740 return DropRetryData(buffer, dataLen, mediaDownloader); in RxBodyData()