Home
last modified time | relevance | path

Searched refs:SetValueSize (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_option_value.cpp67 void ScanOptionValue::SetValueSize(const int32_t &valueSize) in SetValueSize() function in OHOS::Scan::ScanOptionValue
125 SetValueSize(parcel.ReadInt32()); in ReadFromParcel()
H A Dscan_option_value_helper.cpp73 nativeObj->SetValueSize(valueSize); in BuildFromJs()
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_option_value.h38 void SetValueSize(const int32_t &valueSize);
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp165 scanOptVal.SetValueSize(valueSize); in TestSetValueSize()
215 scanOptValOpera.SetValueSize(valueSize); in TestScanOptionValue()
/ohos5.0/base/print/print_fwk/frameworks/ohscan/src/
H A Dohscan.cpp118 value.SetValueSize(optionSize); in GetScanParaDesc()
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/scan_napi/src/
H A Dnapi_inner_scan.cpp361 context->optionValue.SetValueSize(valueSize); in GetScanOption()