Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_option_descriptor.h56 void GetOptionConstraintNumber(std::vector<int32_t> &optionConstraintNumber) const;
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_option_descriptor.cpp163 void ScanOptionDescriptor::GetOptionConstraintNumber(std::vector<int32_t> &optionConstraintNumber) … in GetOptionConstraintNumber() function in OHOS::Scan::ScanOptionDescriptor
H A Dscan_option_descriptor_helper.cpp62 desc.GetOptionConstraintNumber(optionConstraintNumber); in MakeJsObject()
/ohos5.0/base/print/print_fwk/frameworks/ohscan/src/
H A Dohscan.cpp142 desc.GetOptionConstraintNumber(optionConstraintNumber); in GetScanParaValues()
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp127 scanOptDes.GetOptionConstraintNumber(optionConstraintNumber); in TestSetOptionConstraintNumber()