Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_option_value.h45 [[nodiscard]] int32_t GetValueSize() const;
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_option_value.cpp97 int32_t ScanOptionValue::GetValueSize() const in GetValueSize() function in OHOS::Scan::ScanOptionValue
H A Dscan_option_value_helper.cpp37 int32_t valueSize = optionValue.GetValueSize(); in MakeJsObject()
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp880 int32_t valueSize = value.GetValueSize() / sizeof(SANE_Word); in ActionGetValue()
966 int32_t valueSize = value.GetValueSize() / sizeof(SANE_Word); in ActionSetValue()
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp166 valueSize = scanOptVal.GetValueSize(); in TestSetValueSize()