Searched refs:IsChunked (Results 1 – 10 of 10) sorted by relevance
54 EXPECT_EQ(true, downloadRequest.IsChunked());
74 bool IsChunked() const;
56 bool DownloadRequest::IsChunked() const in IsChunked() function in OHOS::Media::Plugin::HttpPlugin::DownloadRequest
148 return downloadRequest_->IsChunked() ? Seekable::UNSEEKABLE : Seekable::SEEKABLE; in GetSeekable()
164 bool IsChunked() const;
848 bool WebHttpBodyStream::IsChunked() const in IsChunked() function in OHOS::NWeb::WebHttpBodyStream
1356 bool result = stream->IsChunked(); in JS_IsChunked()
94 Seekable IsChunked(bool isInterruptNeeded);
115 Seekable DownloadRequest::IsChunked(bool isInterruptNeeded) in IsChunked() function in OHOS::Media::Plugins::HttpPlugin::DownloadRequest
815 return downloadRequest_->IsChunked(isInterruptNeeded_); in GetSeekable()