Home
last modified time | relevance | path

Searched refs:bytes_progressed (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/update_engine/common/
H A Dmock_download_action.h32 void(uint64_t bytes_progressed,
H A Ddownload_action.h50 virtual void BytesReceived(uint64_t bytes_progressed,
/aosp12/system/update_engine/payload_consumer/
H A Ddelta_performer_fuzzer.cc36 void BytesReceived(uint64_t bytes_progressed, in BytesReceived() argument
/aosp12/system/update_engine/aosp/
H A Dupdate_attempter_android.h102 void BytesReceived(uint64_t bytes_progressed,
H A Dupdate_attempter_android.cc628 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 Dupdate_attempter.h157 void BytesReceived(uint64_t bytes_progressed,
H A Dupdate_attempter_unittest.cc558 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 Dupdate_attempter.cc1357 void UpdateAttempter::BytesReceived(uint64_t bytes_progressed, in BytesReceived() argument
1362 SystemState::Get()->payload_state()->DownloadProgress(bytes_progressed); in BytesReceived()