/aosp_15_r20/system/update_engine/common/ |
H A D | http_fetcher_unittest.cc | 436 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 D | multi_range_http_fetcher.cc | 87 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 D | download_action.h | 99 bool ReceivedBytes(HttpFetcher* fetcher,
|
H A D | mock_http_fetcher.cc | 79 delegate_->ReceivedBytes( in SendData()
|
H A D | http_fetcher.h | 188 virtual bool ReceivedBytes(HttpFetcher* fetcher,
|
H A D | multi_range_http_fetcher.h | 153 bool ReceivedBytes(HttpFetcher* fetcher,
|
H A D | file_fetcher.cc | 148 !delegate_->ReceivedBytes(this, buffer_.data(), bytes_read)) in OnReadDoneCallback()
|
/aosp_15_r20/system/update_engine/ |
H A D | download_action.cc | 212 bool DownloadAction::ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes() function in chromeos_update_engine::DownloadAction
|
H A D | libcurl_http_fetcher.cc | 605 auto should_terminate = !delegate_->ReceivedBytes(this, ptr, payload_size); in LibcurlWrite()
|
/aosp_15_r20/external/cronet/net/spdy/ |
H A D | spdy_stream_unittest.cc | 1463 TEST_F(SpdyStreamTest, ReceivedBytes) { in TEST_F() argument
|
/aosp_15_r20/external/bazelbuild-rules_go/third_party/ |
H A D | org_golang_x_tools-deletegopls.patch | 33326 - receivedBytes.Record(m, tag.ReceivedBytes) 33432 - rec := byteUnits(tag.ReceivedBytes.Get(lm))
|