Searched refs:bytes_progressed (Results 1 – 8 of 8) sorted by relevance
/system/update_engine/payload_consumer/ |
D | mock_download_action.h | 32 void(uint64_t bytes_progressed,
|
D | delta_performer_fuzzer.cc | 36 void BytesReceived(uint64_t bytes_progressed, in BytesReceived() argument
|
D | download_action.h | 50 virtual void BytesReceived(uint64_t bytes_progressed,
|
/system/update_engine/ |
D | update_attempter_android.h | 100 void BytesReceived(uint64_t bytes_progressed,
|
D | update_attempter_android.cc | 604 void UpdateAttempterAndroid::BytesReceived(uint64_t bytes_progressed, in BytesReceived() argument 623 current_bytes_downloaded + bytes_progressed); in BytesReceived() 625 total_bytes_downloaded + bytes_progressed); in BytesReceived()
|
D | update_attempter.h | 170 void BytesReceived(uint64_t bytes_progressed,
|
D | update_attempter_unittest.cc | 587 uint64_t bytes_progressed = 1024 * 1024; // 1MB in TEST_F() local 601 attempter_.BytesReceived(bytes_progressed, bytes_received, bytes_total); in TEST_F() 608 uint64_t bytes_progressed = 0; // ignored in TEST_F() local 621 attempter_.BytesReceived(bytes_progressed, bytes_received, bytes_total); in TEST_F()
|
D | update_attempter.cc | 1404 void UpdateAttempter::BytesReceived(uint64_t bytes_progressed, in BytesReceived() argument 1409 system_state_->payload_state()->DownloadProgress(bytes_progressed); in BytesReceived()
|