Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_progress.h62 ScanErrorCode taskCode; variable
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_progress.cpp79 void ScanProgress::SetTaskCode(ScanErrorCode taskCode) in SetTaskCode()
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp1471 auto taskCode = frontProg.GetTaskCode(); in GetScanProgress() local
1949 ScanErrorCode taskCode = ScanUtil::ConvertErro(saneStatus); in GetPicFrame() local
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp318 int32_t taskCode = dataProvider->ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER); in TestSetTaskCode() local
326 int32_t taskCode = dataProvider->ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER); in TestScanProgress() local