Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dpostinstall_runner_action.cc79 ReportProgress(0); in PerformAction()
252 ReportProgress(frac); in ProcessProgressLine()
259 void PostinstallRunnerAction::ReportProgress(double frac) { in ReportProgress() function in chromeos_update_engine::PostinstallRunnerAction
326 ReportProgress(0); in CompletePartitionPostinstall()
Dpostinstall_runner_action.h84 void ReportProgress(double frac);
/system/core/adb/
Dfile_sync_client.cpp145 void ReportProgress(LinePrinter& lp, const std::string& file, uint64_t file_copied_bytes, in ReportProgress() function
266 void ReportProgress(const std::string& file, uint64_t file_copied_bytes, in ReportProgress() function in SyncConnection
268 current_ledger_.ReportProgress(line_printer_, file, file_copied_bytes, file_total_bytes); in ReportProgress()
414 ReportProgress(rpath, data_length, data_length); in SendSmallFile()
464 ReportProgress(rpath, bytes_copied, total_size); in SendLargeFile()
786 sc.ReportProgress(name != nullptr ? name : rpath, bytes_copied, expected_size); in sync_recv()