Home
last modified time | relevance | path

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

/aosp_15_r20/system/update_engine/common/
H A Dhttp_fetcher_unittest.cc436 bool ReceivedBytes(HttpFetcher* /* fetcher */, in ReceivedBytes() function in chromeos_update_engine::__anon9b6fb8db0211::HttpFetcherTestDelegate
586 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon9b6fb8db0211::PausingHttpFetcherTestDelegate
658 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon9b6fb8db0211::AbortingHttpFetcherTestDelegate
745 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon9b6fb8db0211::FlakyHttpFetcherTestDelegate
809 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon9b6fb8db0211::FailureHttpFetcherTestDelegate
984 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon9b6fb8db0211::RedirectHttpFetcherTestDelegate
1081 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon9b6fb8db0211::MultiHttpFetcherTestDelegate
1300 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon9b6fb8db0211::MultiHttpFetcherTerminateTestDelegate
1367 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::__anon9b6fb8db0211::BlockedTransferTestDelegate
H A Dmulti_range_http_fetcher.cc87 bool MultiRangeHttpFetcher::ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::MultiRangeHttpFetcher
104 if (delegate_ && !delegate_->ReceivedBytes(this, bytes, next_size)) in ReceivedBytes()
H A Ddownload_action.h99 bool ReceivedBytes(HttpFetcher* fetcher,
H A Dmock_http_fetcher.cc79 delegate_->ReceivedBytes( in SendData()
H A Dhttp_fetcher.h188 virtual bool ReceivedBytes(HttpFetcher* fetcher,
H A Dmulti_range_http_fetcher.h153 bool ReceivedBytes(HttpFetcher* fetcher,
H A Dfile_fetcher.cc148 !delegate_->ReceivedBytes(this, buffer_.data(), bytes_read)) in OnReadDoneCallback()
/aosp_15_r20/system/update_engine/
H A Ddownload_action.cc212 bool DownloadAction::ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::DownloadAction
H A Dlibcurl_http_fetcher.cc605 auto should_terminate = !delegate_->ReceivedBytes(this, ptr, payload_size); in LibcurlWrite()
/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_stream_unittest.cc1463 TEST_F(SpdyStreamTest, ReceivedBytes) { in TEST_F() argument
/aosp_15_r20/external/bazelbuild-rules_go/third_party/
H A Dorg_golang_x_tools-deletegopls.patch33326 - receivedBytes.Record(m, tag.ReceivedBytes)
33432 - rec := byteUnits(tag.ReceivedBytes.Get(lm))