Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dfile_sync_client.cpp112 struct TransferLedger { struct
125 TransferLedger() { in TransferLedger() argument
129 bool operator==(const TransferLedger& other) const { in operator ==() argument
134 bool operator!=(const TransferLedger& other) const { in operator !=() argument
138 void Reset() { in Reset()
148 std::string TransferRate() { in TransferRate()
163 void ReportProgress(LinePrinter& lp, const std::string& file, uint64_t file_copied_bytes, in ReportProgress()
208 void ReportTransferRate(LinePrinter& lp, const std::string& name, TransferDirection direction) { in ReportTransferRate()