Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp1785 auto endPrintTime = std::chrono::high_resolution_clock::now(); in ReportCompletedPrint() local
1786 …auto printTime = std::chrono::duration_cast<std::chrono::milliseconds>(endPrintTime - startPrintTi… in ReportCompletedPrint()
1797 auto endPrintTime = std::chrono::high_resolution_clock::now(); in ReportHisysEvent() local
1798 …auto printTime = std::chrono::duration_cast<std::chrono::milliseconds>(endPrintTime - startPrintTi… in ReportHisysEvent()