Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_parameters.cpp65 void ScanParameters::SetLastFrame(const bool &lastFrame) in SetLastFrame() function in OHOS::Scan::ScanParameters
124 SetLastFrame(parcel.ReadBool()); in ReadFromParcel()
H A Dscan_parameters_helper.cpp54 nativeObj->SetLastFrame(lastFrame); in BuildFromJs()
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_parameters.h35 void SetLastFrame(const bool &lastFrame);
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp234 scanPara.SetLastFrame(lastFrame); in TestSetLastFrame()
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp1079 para.SetLastFrame((bool)parameters.last_frame); in GetScanParameters()