Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp87 constexpr int SCAN_PROGRESS_100 = 100; variable
1478 if (scanProgress == SCAN_PROGRESS_100) { in GetScanProgress()
1675 (it->second).SetScanProgress(SCAN_PROGRESS_100); in StartScan()
1726 it->second.SetScanProgress(SCAN_PROGRESS_100); in GeneratePictureBatch()
1758 it->second.SetScanProgress(SCAN_PROGRESS_100); in GeneratePictureBatch()
1790 scanProPtr->SetScanProgress(SCAN_PROGRESS_100); in GeneratePictureSingle()
1928 int64_t progr = ((totalBytes * SCAN_PROGRESS_100) / hundred_percent); in GetPicFrame()
1929 if (progr >= SCAN_PROGRESS_100) in GetPicFrame()
1930 progr = SCAN_PROGRESS_100 - 1; in GetPicFrame()