Searched refs:bytes_progressed (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/update_engine/common/ |
H A D | mock_download_action.h | 32 void(uint64_t bytes_progressed,
|
H A D | download_action.h | 50 virtual void BytesReceived(uint64_t bytes_progressed,
|
/aosp12/system/update_engine/payload_consumer/ |
H A D | delta_performer_fuzzer.cc | 36 void BytesReceived(uint64_t bytes_progressed, in BytesReceived() argument
|
/aosp12/system/update_engine/aosp/ |
H A D | update_attempter_android.h | 102 void BytesReceived(uint64_t bytes_progressed,
|
H A D | update_attempter_android.cc | 628 void UpdateAttempterAndroid::BytesReceived(uint64_t bytes_progressed, in BytesReceived() argument 647 current_bytes_downloaded + bytes_progressed); in BytesReceived() 649 total_bytes_downloaded + bytes_progressed); in BytesReceived()
|
/aosp12/system/update_engine/cros/ |
H A D | update_attempter.h | 157 void BytesReceived(uint64_t bytes_progressed,
|
H A D | update_attempter_unittest.cc | 558 uint64_t bytes_progressed = 1024 * 1024; // 1MB in TEST_F() local 572 attempter_.BytesReceived(bytes_progressed, bytes_received, bytes_total); in TEST_F() 579 uint64_t bytes_progressed = 0; // ignored in TEST_F() local 592 attempter_.BytesReceived(bytes_progressed, bytes_received, bytes_total); in TEST_F()
|
H A D | update_attempter.cc | 1357 void UpdateAttempter::BytesReceived(uint64_t bytes_progressed, in BytesReceived() argument 1362 SystemState::Get()->payload_state()->DownloadProgress(bytes_progressed); in BytesReceived()
|