Home
last modified time | relevance | path

Searched refs:optionCap (Results 1 - 4 of 4) sorted by relevance

/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_option_descriptor.h38 void SetOptionCap(const int32_t &optionCap);
/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_option_descriptor.cpp93 void ScanOptionDescriptor::SetOptionCap(const int32_t &optionCap) in SetOptionCap() argument
95 optionCap_ = optionCap; in SetOptionCap()
242 SCAN_HILOGD("optionCap = %{public}d", optionCap_); in Dump()
H A Dscan_option_descriptor_helper.cpp28 static constexpr const char *PARAM_OPTION_CAP = "optionCap";
102 int32_t optionCap = NapiScanUtils::GetInt32Property(env, jsValue, PARAM_OPTION_CAP); in GetValueFromJs() local
103 nativeObj->SetOptionCap(optionCap); in GetValueFromJs()
/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
92 scanOptDes.SetOptionCap(optionCap); in TestSetOptionCap()
93 optionCap = scanOptDes.GetOptionCap(); in TestSetOptionCap()

Completed in 7 milliseconds