Home
last modified time | relevance | path

Searched defs:optionDesc (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_option_descriptor.cpp73 void ScanOptionDescriptor::SetOptionDesc(const std::string &optionDesc) in SetOptionDesc()
H A Dscan_option_descriptor_helper.cpp90 std::string optionDesc = NapiScanUtils::GetStringPropertyUtf8(env, jsValue, PARAM_OPTION_DESC); in GetValueFromJs() local
/ohos5.0/base/print/print_fwk/test/fuzztest/scanserviceability_fuzzer/
H A Dscanserviceability_fuzzer.cpp158 SANE_Option_Descriptor optionDesc; in TestSelectScanOptionDesc() local
297 SANE_Option_Descriptor optionDesc; in TestSetScanOptionDescriptor() local
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp756 …lity::SetScanOptionDescriptor(ScanOptionDescriptor &desc, const SANE_Option_Descriptor *optionDesc) in SetScanOptionDescriptor()
777 const SANE_Option_Descriptor* &optionDesc, ScanOptionDescriptor &desc) in SelectScanOptionDesc()
843 … const SANE_Option_Descriptor *optionDesc = sane_get_option_descriptor(scannerHandle, optionIndex); in GetScanOptionDesc() local
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp59 std::string optionDesc = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestSetOptionDesc() local