Searched refs:ReportProgress (Results 1 – 1 of 1) sorted by relevance
/packages/modules/adb/client/ |
D | file_sync_client.cpp | 163 void ReportProgress(LinePrinter& lp, const std::string& file, uint64_t file_copied_bytes, in ReportProgress() function 319 void ReportProgress(const std::string& file, uint64_t file_copied_bytes, in ReportProgress() function in SyncConnection 321 current_ledger_.ReportProgress(line_printer_, file, file_copied_bytes, file_total_bytes); in ReportProgress() 605 ReportProgress(rpath, data_length, data_length); in SendSmallFile() 686 ReportProgress(rpath, bytes_copied, total_size); in SendLargeFile() 762 ReportProgress(rpath, bytes_copied, total_size); in SendLargeFileLegacy() 1131 sc.ReportProgress(name != nullptr ? name : rpath, bytes_copied, expected_size); in sync_recv_v1() 1231 sc.ReportProgress(name != nullptr ? name : rpath, bytes_copied, expected_size); in sync_recv_v2()
|