Home
last modified time | relevance | path

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

/system/update_engine/cros/
Dpayload_state_unittest.cc346 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer)); in TEST_F()
350 0U, payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpsServer)); in TEST_F()
792 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer)); in TEST_F()
808 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer)); in TEST_F()
812 0U, payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpsServer)); in TEST_F()
825 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer)); in TEST_F()
830 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpsServer)); in TEST_F()
843 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer)); in TEST_F()
848 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpsServer)); in TEST_F()
870 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer)); in TEST_F()
[all …]
Dpayload_state_interface.h145 virtual uint64_t GetCurrentBytesDownloaded(DownloadSource source) = 0;
Dmock_payload_state.h66 MOCK_METHOD1(GetCurrentBytesDownloaded, uint64_t(DownloadSource source));
Dpayload_state.h104 inline uint64_t GetCurrentBytesDownloaded(DownloadSource source) override { in GetCurrentBytesDownloaded() function
Dpayload_state.cc598 GetCurrentBytesDownloaded(current_download_source_) + count, in UpdateBytesDownloaded()
748 bytes = GetCurrentBytesDownloaded(source); in CollectAndReportSuccessfulUpdateMetrics()
1197 << GetCurrentBytesDownloaded(source); in SetCurrentBytesDownloaded()