Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestHttpSourcePlugin.cpp54 EXPECT_EQ(true, downloadRequest.IsChunked());
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/
H A Ddownloader.h74 bool IsChunked() const;
H A Ddownloader.cpp56 bool DownloadRequest::IsChunked() const in IsChunked() function in OHOS::Media::Plugin::HttpPlugin::DownloadRequest
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/http/
H A Dhttp_media_downloader.cpp148 return downloadRequest_->IsChunked() ? Seekable::UNSEEKABLE : Seekable::SEEKABLE; in GetSeekable()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_scheme_handler_request.h164 bool IsChunked() const;
H A Dweb_scheme_handler_request.cpp848 bool WebHttpBodyStream::IsChunked() const in IsChunked() function in OHOS::NWeb::WebHttpBodyStream
H A Dnapi_web_scheme_handler_request.cpp1356 bool result = stream->IsChunked(); in JS_IsChunked()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.h94 Seekable IsChunked(bool isInterruptNeeded);
H A Ddownloader.cpp115 Seekable DownloadRequest::IsChunked(bool isInterruptNeeded) in IsChunked() function in OHOS::Media::Plugins::HttpPlugin::DownloadRequest
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/http/
H A Dhttp_media_downloader.cpp815 return downloadRequest_->IsChunked(isInterruptNeeded_); in GetSeekable()