Searched refs:DownloadProgress (Results 1 – 6 of 6) sorted by relevance
55 virtual void DownloadProgress(size_t count) = 0;
35 MOCK_METHOD1(DownloadProgress, void(size_t count));
479 payload_state.DownloadProgress(progress_bytes); in TEST_F()788 payload_state.DownloadProgress(prev_chunk); in TEST_F()805 payload_state.DownloadProgress(first_chunk); in TEST_F()823 payload_state.DownloadProgress(second_chunk); in TEST_F()839 payload_state.DownloadProgress(third_chunk); in TEST_F()857 payload_state.DownloadProgress(p2p_total); in TEST_F()890 payload_state.DownloadProgress(num_bytes); in TEST_F()930 payload_state.DownloadProgress(num_bytes); in TEST_F()1081 payload_state.DownloadProgress(10); in TEST_F()
56 void DownloadProgress(size_t count) override;
169 void PayloadState::DownloadProgress(size_t count) { in DownloadProgress() function in chromeos_update_engine::PayloadState
1362 SystemState::Get()->payload_state()->DownloadProgress(bytes_progressed); in BytesReceived()