Home
last modified time | relevance | path

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

/system/update_engine/
Dpayload_state_unittest.cc343 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
347 0U, payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpsServer)); in TEST()
795 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
811 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
815 0U, payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpsServer)); in TEST()
828 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
833 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpsServer)); in TEST()
846 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
851 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpsServer)); in TEST()
873 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
[all …]
Dpayload_state_interface.h145 virtual uint64_t GetCurrentBytesDownloaded(DownloadSource source) = 0;
Dmock_payload_state.h67 MOCK_METHOD1(GetCurrentBytesDownloaded, uint64_t(DownloadSource source));
Dpayload_state.h104 inline uint64_t GetCurrentBytesDownloaded(DownloadSource source) override { in GetCurrentBytesDownloaded() function
Dpayload_state.cc592 GetCurrentBytesDownloaded(current_download_source_) + count, in UpdateBytesDownloaded()
745 bytes = GetCurrentBytesDownloaded(source); in CollectAndReportSuccessfulUpdateMetrics()
1216 << GetCurrentBytesDownloaded(source); in SetCurrentBytesDownloaded()