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.cc77 ReportProgress(0); in PerformAction()
241 ReportProgress(frac); in ProcessProgressLine()
248 void PostinstallRunnerAction::ReportProgress(double frac) { in ReportProgress() function in chromeos_update_engine::PostinstallRunnerAction
315 ReportProgress(0); in CompletePartitionPostinstall()
Dpostinstall_runner_action.h84 void ReportProgress(double frac);
/system/core/adb/
Dfile_sync_client.cpp203 ReportProgress(rpath, data_length, data_length); in SendSmallFile()
253 ReportProgress(rpath, bytes_copied, total_size); in SendLargeFile()
309 void ReportProgress(const char* file, uint64_t file_copied_bytes, uint64_t file_total_bytes) { in ReportProgress() function in SyncConnection
578 sc.ReportProgress(name != nullptr ? name : rpath, bytes_copied, size); in sync_recv()