Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_option_value.h44 [[nodiscard]] ScanOptionValueType GetScanOptionValueType() const;
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_option_value.cpp92 ScanOptionValueType ScanOptionValue::GetScanOptionValueType() const in GetScanOptionValueType() function in OHOS::Scan::ScanOptionValue
H A Dscan_option_value_helper.cpp34 ScanOptionValueType valueType = optionValue.GetScanOptionValueType(); in MakeJsObject()
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp888 ScanOptionValueType valueType = value.GetScanOptionValueType(); in ActionGetValue()
936 ScanOptionValueType valueType = value.GetScanOptionValueType(); in ActionSetValueHelper()
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp158 valueType = scanOptVal.GetScanOptionValueType(); in TestSetScanOptionValueType()