Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_parameters.cpp80 void ScanParameters::SetLines(const int32_t &lines) in SetLines() function in OHOS::Scan::ScanParameters
127 SetLines(parcel.ReadInt32()); in ReadFromParcel()
H A Dscan_parameters_helper.cpp60 nativeObj->SetLines(lines); in BuildFromJs()
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_parameters.h38 void SetLines(const int32_t &lines);
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp258 scanPara.SetLines(lines); in TestSetLines()
274 scanPara.SetLines(lines); in TestScanParameters()
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp1082 para.SetLines(parameters.lines); in GetScanParameters()