Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_progress.h47 [[nodiscard]] SteadyTimePoint GetScanTime() const;
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_progress.cpp110 SteadyTimePoint ScanProgress::GetScanTime() const in GetScanTime() function in OHOS::Scan::ScanProgress
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp1489 auto preTime = scanTaskMap[frontPicId].GetScanTime(); in GetScanProgress()