Home
last modified time | relevance | path

Searched refs:GetOptionConstraintType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_option_descriptor.h54 [[nodiscard]] uint32_t GetOptionConstraintType() const;
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_option_descriptor.cpp153 uint32_t ScanOptionDescriptor::GetOptionConstraintType() const in GetOptionConstraintType() function in OHOS::Scan::ScanOptionDescriptor
H A Dscan_option_descriptor_helper.cpp48 …Utils::SetUint32Property(env, jsObj, PARAM_OPTION_CONSTRAINT_TYPE, desc.GetOptionConstraintType()); in MakeJsObject()
/ohos5.0/base/print/print_fwk/frameworks/ohscan/src/
H A Dohscan.cpp139 if (desc.GetOptionConstraintType() == SCAN_NUM_LIST) { in GetScanParaValues()
151 } else if (desc.GetOptionConstraintType() == SCAN_STRING_LIST) { in GetScanParaValues()
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp101 optionConstraintType = scanOptDes.GetOptionConstraintType(); in TestSetOptionConstraintType()