Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_progress.h48 [[nodiscard]] ScanErrorCode GetTaskCode() const;
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_progress.cpp115 ScanErrorCode ScanProgress::GetTaskCode() const in GetTaskCode() function in OHOS::Scan::ScanProgress
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp320 taskCode = scanProg.GetTaskCode(); in TestSetTaskCode()
329 taskCode = scanProg.GetTaskCode(); in TestScanProgress()
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp1471 auto taskCode = frontProg.GetTaskCode(); in GetScanProgress()