Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.cpp732 int64_t realRecvContentLen = static_cast<int64_t>(dataLen) + curLen; in RxBodyData() local
735 + ", realRecvContentLen: " + std::to_string(realRecvContentLen)); in RxBodyData()
762 mediaDownloader->currentRequest_->realRecvContentLen_ = realRecvContentLen; in RxBodyData()