Home
last modified time | relevance | path

Searched refs:GetTotalBytesDownloaded (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/
Dpayload_state_unittest.cc345 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
349 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpsServer)); in TEST()
797 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
813 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
817 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpsServer)); in TEST()
830 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
835 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpsServer)); in TEST()
848 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
853 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpsServer)); in TEST()
863 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpPeer)); in TEST()
[all …]
Dpayload_state_interface.h150 virtual uint64_t GetTotalBytesDownloaded(DownloadSource source) = 0;
Dmock_payload_state.h68 MOCK_METHOD1(GetTotalBytesDownloaded, uint64_t(DownloadSource source));
Dpayload_state.h108 inline uint64_t GetTotalBytesDownloaded(DownloadSource source) override { in GetTotalBytesDownloaded() function
Dpayload_state.cc596 GetTotalBytesDownloaded(current_download_source_) + count, in UpdateBytesDownloaded()
750 bytes = GetTotalBytesDownloaded(source); in CollectAndReportSuccessfulUpdateMetrics()
1239 << " = " << GetTotalBytesDownloaded(source); in SetTotalBytesDownloaded()