Home
last modified time | relevance | path

Searched refs:GetOptionCap (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_option_descriptor.h52 [[nodiscard]] int32_t GetOptionCap() const;
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_option_descriptor.cpp148 int32_t ScanOptionDescriptor::GetOptionCap() const in GetOptionCap() function in OHOS::Scan::ScanOptionDescriptor
H A Dscan_option_descriptor_helper.cpp46 NapiScanUtils::SetInt32Property(env, jsObj, PARAM_OPTION_CAP, desc.GetOptionCap()); in MakeJsObject()
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp93 optionCap = scanOptDes.GetOptionCap(); in TestSetOptionCap()