Home
last modified time | relevance | path

Searched refs:SetOptionDesc (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() function in OHOS::Scan::ScanOptionDescriptor
177 SetOptionDesc(parcel.ReadString()); in ReadFromParcel()
H A Dscan_option_descriptor_helper.cpp91 nativeObj->SetOptionDesc(optionDesc); in GetValueFromJs()
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_option_descriptor.h33 void SetOptionDesc(const std::string &optionDesc);
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp60 scanOptDes.SetOptionDesc(optionDesc); in TestSetOptionDesc()
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp765 desc.SetOptionDesc(std::string(optionDesc->desc)); in SetScanOptionDescriptor()