Home
last modified time | relevance | path

Searched defs:optionCap (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_option_descriptor.cpp93 void ScanOptionDescriptor::SetOptionCap(const int32_t &optionCap) in SetOptionCap()
H A Dscan_option_descriptor_helper.cpp102 int32_t optionCap = NapiScanUtils::GetInt32Property(env, jsValue, PARAM_OPTION_CAP); in GetValueFromJs() local
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp91 int32_t optionCap = dataProvider->ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER); in TestSetOptionCap() local