Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_option_descriptor.h49 [[nodiscard]] uint32_t GetOptionUnit() const;
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_option_descriptor.cpp138 uint32_t ScanOptionDescriptor::GetOptionUnit() const in GetOptionUnit() function in OHOS::Scan::ScanOptionDescriptor
H A Dscan_option_descriptor_helper.cpp43 NapiScanUtils::SetUint32Property(env, jsObj, PARAM_OPTION_UNIT, desc.GetOptionUnit()); in MakeJsObject()
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp77 optionUnit = scanOptDes.GetOptionUnit(); in TestSetOptionUnit()