Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_option_descriptor.cpp93 void ScanOptionDescriptor::SetOptionCap(const int32_t &optionCap) in SetOptionCap() function in OHOS::Scan::ScanOptionDescriptor
182 SetOptionCap(parcel.ReadInt32()); in ReadFromParcel()
H A Dscan_option_descriptor_helper.cpp103 nativeObj->SetOptionCap(optionCap); in GetValueFromJs()
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_option_descriptor.h38 void SetOptionCap(const int32_t &optionCap);
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp92 scanOptDes.SetOptionCap(optionCap); in TestSetOptionCap()
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp770 desc.SetOptionCap(optionDesc->cap); in SetScanOptionDescriptor()