Searched refs:ReportProgress (Results 1 – 3 of 3) sorted by relevance
/system/update_engine/payload_consumer/ |
D | postinstall_runner_action.cc | 93 ReportProgress(0); in PerformAction() 262 ReportProgress(frac); in ProcessProgressLine() 269 void PostinstallRunnerAction::ReportProgress(double frac) { in ReportProgress() function in chromeos_update_engine::PostinstallRunnerAction 334 ReportProgress(0); in CompletePartitionPostinstall()
|
D | postinstall_runner_action.h | 86 void ReportProgress(double frac);
|
/system/core/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()
|