Searched refs:DownloadProgress (Results 1 – 6 of 6) sorted by relevance
38 MOCK_METHOD1(DownloadProgress, void(size_t count));
55 virtual void DownloadProgress(size_t count) = 0;
477 payload_state.DownloadProgress(progress_bytes); in TEST()794 payload_state.DownloadProgress(prev_chunk); in TEST()810 payload_state.DownloadProgress(first_chunk); in TEST()828 payload_state.DownloadProgress(second_chunk); in TEST()843 payload_state.DownloadProgress(third_chunk); in TEST()860 payload_state.DownloadProgress(p2p_total); in TEST()910 payload_state.DownloadProgress(num_bytes); in TEST()940 payload_state.DownloadProgress(num_bytes); in TEST()1069 payload_state.DownloadProgress(10); in TEST()
54 void DownloadProgress(size_t count) override;
153 void PayloadState::DownloadProgress(size_t count) { in DownloadProgress() function in chromeos_update_engine::PayloadState
1078 system_state_->payload_state()->DownloadProgress(bytes_progressed); in BytesReceived()