Home
last modified time | relevance | path

Searched refs:optionConstraintType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_option_descriptor.cpp98 void ScanOptionDescriptor::SetOptionConstraintType(const uint32_t &optionConstraintType) in SetOptionConstraintType() argument
100 optionConstraintType_ = optionConstraintType; in SetOptionConstraintType()
H A Dscan_option_descriptor_helper.cpp105 …uint32_t optionConstraintType = NapiScanUtils::GetUint32Property(env, jsValue, PARAM_OPTION_CONSTR… in GetValueFromJs() local
106 nativeObj->SetOptionConstraintType(optionConstraintType); in GetValueFromJs()
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_option_descriptor.h40 void SetOptionConstraintType(const uint32_t &optionConstraintType);
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp99 … uint32_t optionConstraintType = dataProvider->ConsumeIntegralInRange<uint32_t>(0, MAX_SET_NUMBER); in TestSetOptionConstraintType() local
100 scanOptDes.SetOptionConstraintType(optionConstraintType); in TestSetOptionConstraintType()
101 optionConstraintType = scanOptDes.GetOptionConstraintType(); in TestSetOptionConstraintType()
143 … uint32_t optionConstraintType = dataProvider->ConsumeIntegralInRange<uint32_t>(0, MAX_SET_NUMBER); in TestScanOptionDescriptor() local
144 scanOptDesTmp.SetOptionConstraintType(optionConstraintType); in TestScanOptionDescriptor()