Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_progress_helper.cpp33 NapiScanUtils::SetBooleanProperty(env, jsObj, PARAM_IS_FINAL, para.GetIsFinal()); in MakeJsObject()
H A Dscan_progress.cpp100 bool ScanProgress::GetIsFinal() const in GetIsFinal() function in OHOS::Scan::ScanProgress
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_progress.h45 [[nodiscard]] bool GetIsFinal() const;
/ohos5.0/base/print/print_fwk/frameworks/ohscan/src/
H A Dohscan.cpp534 prog->isFinal = scanProg.GetIsFinal(); in OH_Scan_GetPictureScanProgress()
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp304 isFinal = scanProg.GetIsFinal(); in TestSetIsFinal()