Home
last modified time | relevance | path

Searched defs:optionType (Results 1 – 4 of 4) sorted by relevance

/base/print/print_fwk/frameworks/helper/scan_helper/src/
Dscan_option_descriptor.cpp78 void ScanOptionDescriptor::SetOptionType(const uint32_t &optionType) in SetOptionType()
Dscan_option_descriptor_helper.cpp93 uint32_t optionType = NapiScanUtils::GetUint32Property(env, jsValue, PARAM_OPTION_TYPE); in GetValueFromJs() local
/base/print/print_fwk/frameworks/ohscan/src/
Dohscan.cpp115 uint32_t optionType = desc.GetOptionType(); in GetScanParaDesc() local
/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
Dscanhelper_fuzzer.cpp67 uint32_t optionType = dataProvider->ConsumeIntegralInRange<uint32_t>(0, MAX_SET_NUMBER); in TestSetOptionType() local