Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/
H A Ddownloader.cpp246 std::shared_ptr<DownloadRequest> tempRequest = requestQue_->Pop(1000); //1000ms超时限制 in HttpDownloadLoop() local
247 if (!tempRequest) { in HttpDownloadLoop()
251 currentRequest_ = tempRequest; in HttpDownloadLoop()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.cpp514 … std::shared_ptr<DownloadRequest> tempRequest = requestQue_->Pop(1000); // 1000ms timeout limit. in HttpDownloadLoop() local
515 if (!tempRequest) { in HttpDownloadLoop()
524 currentRequest_ = tempRequest; in HttpDownloadLoop()