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.cc80 ReportProgress(0); in PerformAction()
258 ReportProgress(frac); in ProcessProgressLine()
265 void PostinstallRunnerAction::ReportProgress(double frac) { in ReportProgress() function in chromeos_update_engine::PostinstallRunnerAction
332 ReportProgress(0); in CompletePartitionPostinstall()
Dpostinstall_runner_action.h84 void ReportProgress(double frac);
/system/core/adb/client/
Dfile_sync_client.cpp149 void ReportProgress(LinePrinter& lp, const std::string& file, uint64_t file_copied_bytes, in ReportProgress() function
269 void ReportProgress(const std::string& file, uint64_t file_copied_bytes, in ReportProgress() function in SyncConnection
271 current_ledger_.ReportProgress(line_printer_, file, file_copied_bytes, file_total_bytes); in ReportProgress()
417 ReportProgress(rpath, data_length, data_length); in SendSmallFile()
466 ReportProgress(rpath, bytes_copied, total_size); in SendLargeFile()
779 sc.ReportProgress(name != nullptr ? name : rpath, bytes_copied, expected_size); in sync_recv()