Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_option_descriptor.h55 void GetOptionConstraintString(std::vector<std::string> &optionConstraintString) const;
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_option_descriptor.cpp158 void ScanOptionDescriptor::GetOptionConstraintString(std::vector<std::string> &optionConstraintStri… in GetOptionConstraintString() function in OHOS::Scan::ScanOptionDescriptor
H A Dscan_option_descriptor_helper.cpp51 desc.GetOptionConstraintString(optionConstraintString); in MakeJsObject()
/ohos5.0/base/print/print_fwk/frameworks/ohscan/src/
H A Dohscan.cpp154 desc.GetOptionConstraintString(optionConstraintString); in GetScanParaValues()
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp114 scanOptDes.GetOptionConstraintString(optionConstraintString); in TestSetOptionConstraintString()