Home
last modified time | relevance | path

Searched refs:isFinal (Results 1 - 6 of 6) sorted by relevance

/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_progress.cpp23 fd(0), isFinal(true), pictureId(0), taskCode(E_SCAN_GOOD) in ScanProgress()
30 isFinal = right.isFinal; in ScanProgress()
41 isFinal = right.isFinal; in operator =()
62 void ScanProgress::SetIsFinal(const bool isFinal) in SetIsFinal() argument
64 this->isFinal = isFinal; in SetIsFinal()
94 return isFinal; in GetIsFinal()
125 parcel.WriteBool(isFinal); in Marshalling()
[all...]
/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_progress.h36 void SetIsFinal(const bool isFinal);
57 bool isFinal; member in OHOS::Scan::final
/base/print/print_fwk/frameworks/ohscan/include/
H A Dohscan.h118 bool isFinal; member
/base/print/print_fwk/test/fuzztest/scancapi_fuzzer/
H A Dscancapi_fuzzer.cpp74 progress.isFinal = dataProvider->ConsumeBool(); in OHScanGetScanPictureProgressFuzzTest()
/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp302 bool isFinal = dataProvider->ConsumeBool(); in TestSetIsFinal() local
303 scanProg.SetIsFinal(isFinal); in TestSetIsFinal()
304 isFinal = scanProg.GetIsFinal(); in TestSetIsFinal()
/base/print/print_fwk/frameworks/ohscan/src/
H A Dohscan.cpp517 prog->isFinal = scanProg.GetIsFinal(); in OH_Scan_GetPictureScanProgress()

Completed in 5 milliseconds