Home
last modified time | relevance | path

Searched refs:optionType (Results 1 - 5 of 5) sorted by relevance

/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_option_descriptor.h34 void SetOptionType(const uint32_t &optionType);
/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_option_descriptor.cpp78 void ScanOptionDescriptor::SetOptionType(const uint32_t &optionType) in SetOptionType() argument
80 optionType_ = optionType; in SetOptionType()
238 SCAN_HILOGD("optionType = %{public}d", optionType_); in Dump()
H A Dscan_option_descriptor_helper.cpp25 static constexpr const char *PARAM_OPTION_TYPE = "optionType";
93 uint32_t optionType = NapiScanUtils::GetUint32Property(env, jsValue, PARAM_OPTION_TYPE); in GetValueFromJs() local
94 nativeObj->SetOptionType(optionType); in GetValueFromJs()
/base/print/print_fwk/frameworks/ohscan/src/
H A Dohscan.cpp114 uint32_t optionType = desc.GetOptionType(); in GetScanParaDesc() local
116 value.SetScanOptionValueType(static_cast<ScanOptionValueType>(optionType)); in GetScanParaDesc()
/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp67 uint32_t optionType = dataProvider->ConsumeIntegralInRange<uint32_t>(0, MAX_SET_NUMBER); in TestSetOptionType() local
68 scanOptDes.SetOptionType(optionType); in TestSetOptionType()
69 optionType = scanOptDes.GetOptionType(); in TestSetOptionType()

Completed in 5 milliseconds