Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dline_printer.h29 enum LineType { INFO, WARNING, ERROR }; enum
33 void Print(std::string to_print, LineType type);
Dline_printer.cpp70 void LinePrinter::Print(string to_print, LineType type) { in Print()
72 if (type == LineType::INFO) { in Print()
Dfile_sync_client.cpp202 lp.Print(output, LinePrinter::LineType::INFO); in ReportProgress()
221 lp.Print(ss.str(), LinePrinter::LineType::INFO); in ReportTransferRate()