Searched refs:DownloadProgress (Results 1 - 6 of 6) sorted by relevance

/system/update_engine/
H A Dmock_payload_state.h38 MOCK_METHOD1(DownloadProgress, void(size_t count));
H A Dpayload_state_interface.h55 virtual void DownloadProgress(size_t count) = 0;
H A Dpayload_state_unittest.cc477 payload_state.DownloadProgress(progress_bytes);
794 payload_state.DownloadProgress(prev_chunk);
810 payload_state.DownloadProgress(first_chunk);
828 payload_state.DownloadProgress(second_chunk);
843 payload_state.DownloadProgress(third_chunk);
860 payload_state.DownloadProgress(p2p_total);
910 payload_state.DownloadProgress(num_bytes);
940 payload_state.DownloadProgress(num_bytes);
1069 payload_state.DownloadProgress(10);
H A Dpayload_state.h54 void DownloadProgress(size_t count) override;
H A Dpayload_state.cc153 void PayloadState::DownloadProgress(size_t count) { function in class:chromeos_update_engine::PayloadState
H A Dupdate_attempter.cc1077 system_state_->payload_state()->DownloadProgress(bytes_progressed);

Completed in 162 milliseconds