Searched refs:ReportProgress (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/update_engine/payload_consumer/ |
H A D | postinstall_runner_action.cc | 119 ReportProgress(0); in PerformAction() 286 ReportProgress(frac); in ProcessProgressLine() 293 void PostinstallRunnerAction::ReportProgress(double frac) { in ReportProgress() function in chromeos_update_engine::PostinstallRunnerAction 361 ReportProgress(0); in Cleanup()
|
H A D | postinstall_runner_action.h | 89 void ReportProgress(double frac);
|
/aosp12/packages/modules/adb/client/ |
H A 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() 615 ReportProgress(rpath, data_length, data_length); in SendSmallFile() 696 ReportProgress(rpath, bytes_copied, total_size); in SendLargeFile() 772 ReportProgress(rpath, bytes_copied, total_size); in SendLargeFileLegacy() 1141 sc.ReportProgress(name != nullptr ? name : rpath, bytes_copied, expected_size); in sync_recv_v1() 1241 sc.ReportProgress(name != nullptr ? name : rpath, bytes_copied, expected_size); in sync_recv_v2()
|