Home
last modified time | relevance | path

Searched refs:bytes_received (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/payload_consumer/
Dmock_download_action.h33 uint64_t bytes_received,
Ddownload_action.h52 uint64_t bytes_received,
/system/update_engine/
Dupdate_attempter_android.cc294 uint64_t bytes_received, in BytesReceived() argument
298 progress = static_cast<double>(bytes_received) / static_cast<double>(total); in BytesReceived()
299 if (status_ != UpdateStatus::DOWNLOADING || bytes_received == total) { in BytesReceived()
Dupdate_attempter_android.h81 uint64_t bytes_received,
Dupdate_attempter.h172 uint64_t bytes_received,
Dupdate_attempter.cc1073 uint64_t bytes_received, in BytesReceived() argument
1081 progress = static_cast<double>(bytes_received) / static_cast<double>(total); in BytesReceived()
1082 if (status_ != UpdateStatus::DOWNLOADING || bytes_received == total) { in BytesReceived()