Home
last modified time | relevance | path

Searched defs:TransferLedger (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/client/
Dfile_sync_client.cpp105 struct TransferLedger { struct
113 TransferLedger() { in TransferLedger() argument
117 bool operator==(const TransferLedger& other) const { in operator ==() argument
122 bool operator!=(const TransferLedger& other) const { in operator !=() argument
126 void Reset() { in Reset()
134 std::string TransferRate() { in TransferRate()
149 void ReportProgress(LinePrinter& lp, const std::string& file, uint64_t file_copied_bytes, in ReportProgress()
184 void ReportTransferRate(LinePrinter& lp, const std::string& name, TransferDirection direction) { in ReportTransferRate()