Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dfile_sync_client.cpp117 uint64_t bytes_expected; member
143 bytes_expected = 0; in Reset()
172 if (bytes_expected != 0 && bytes_transferred <= bytes_expected) { in ReportProgress()
173 int overall_percentage = static_cast<int>(bytes_transferred * 100 / bytes_expected); in ReportProgress()
921 current_ledger_.bytes_expected = 0; in ComputeExpectedTotalBytes()
925 if (!ci.skip) current_ledger_.bytes_expected += ci.size; in ComputeExpectedTotalBytes()
931 current_ledger_.bytes_expected = expected_total_bytes; in SetExpectedTotalBytes()