Home
last modified time | relevance | path

Searched refs:ScanOptionValueType (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_option_value.h37 void SetScanOptionValueType(const ScanOptionValueType &valueType);
44 [[nodiscard]] ScanOptionValueType GetScanOptionValueType() const;
57 ScanOptionValueType valueType_;
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_option_value.cpp62 void ScanOptionValue::SetScanOptionValueType(const ScanOptionValueType &valueType) in SetScanOptionValueType()
92 ScanOptionValueType ScanOptionValue::GetScanOptionValueType() const in GetScanOptionValueType()
124 SetScanOptionValueType((ScanOptionValueType)parcel.ReadUint32()); in ReadFromParcel()
H A Dscan_option_value_helper.cpp34 ScanOptionValueType valueType = optionValue.GetScanOptionValueType(); in MakeJsObject()
69 ScanOptionValueType valueType = (ScanOptionValueType in BuildFromJs()
/ohos5.0/base/print/print_fwk/utils/include/
H A Dscan_constant.h164 enum ScanOptionValueType { enum
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp157 scanOptVal.SetScanOptionValueType(static_cast<ScanOptionValueType>(valueType)); in TestSetScanOptionValueType()
210 scanOptVal.SetScanOptionValueType(static_cast<ScanOptionValueType>(valueType)); in TestScanOptionValue()
545 info.SetScanOptionValueType(static_cast<ScanOptionValueType>(valueType)); in TestScanOptValNapiInterface()
/ohos5.0/base/print/print_fwk/frameworks/ohscan/src/
H A Dohscan.cpp117 value.SetScanOptionValueType(static_cast<ScanOptionValueType>(optionType)); in GetScanParaDesc()
/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/interfaces/kits/napi/scan_napi/src/
H A Dnapi_inner_scan.cpp356 context->optionValue.SetScanOptionValueType((ScanOptionValueType)valueType); in GetScanOption()