Home
last modified time | relevance | path

Searched refs:ScanOptionValue (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_option_value.cpp20 ScanOptionValue::ScanOptionValue() : valueType_(SCAN_VALUE_NONE in ScanOptionValue() function in OHOS::Scan::ScanOptionValue
26 ScanOptionValue::ScanOptionValue(const ScanOptionValue &right) in ScanOptionValue() function in OHOS::Scan::ScanOptionValue
36 ScanOptionValue &ScanOptionValue::operator=(const ScanOptionValue &right) in operator =()
49 ScanOptionValue::~ScanOptionValue() in ~ScanOptionValue()
52 void ScanOptionValue::Reset() in Reset()
97 int32_t ScanOptionValue::GetValueSize() const in GetValueSize()
102 int32_t ScanOptionValue::GetNumValue() const in GetNumValue()
112 std::string ScanOptionValue::GetStrValue() const in GetStrValue()
117 bool ScanOptionValue::GetBoolValue() const in GetBoolValue()
153 std::shared_ptr<ScanOptionValue> ScanOptionValue::Unmarshalling(Parcel &parcel) in Unmarshalling()
[all …]
H A Dscan_option_value_helper.cpp29 napi_value ScanOptionValueHelper::MakeJsObject(napi_env env, const ScanOptionValue &optionValue) in MakeJsObject()
62 std::shared_ptr<ScanOptionValue> ScanOptionValueHelper::BuildFromJs(napi_env env, napi_value jsValu… in BuildFromJs()
64 auto nativeObj = std::make_shared<ScanOptionValue>(); in BuildFromJs()
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_option_value.h24 class ScanOptionValue final : public Parcelable {
26 explicit ScanOptionValue();
28 ScanOptionValue(const ScanOptionValue &right);
30 ScanOptionValue &operator=(const ScanOptionValue &right);
32 virtual ~ScanOptionValue();
52 static std::shared_ptr<ScanOptionValue> Unmarshalling(Parcel &parcel);
H A Dscan_option_value_helper.h26 static napi_value MakeJsObject(napi_env env, const ScanOptionValue &value);
27 static std::shared_ptr<ScanOptionValue> BuildFromJs(napi_env env, napi_value jsValue);
/ohos5.0/base/print/print_fwk/services/scan_service/include/
H A Dscan_service_ability.h61 const ScanOptionOpType op, ScanOptionValue &value, int32_t &info) override;
84 …int32_t ActionGetValue(SANE_Handle &scannerHandle, ScanOptionValue &value, const int32_t &optionIn…
85 …int32_t ActionSetValueHelper(ScanOptionValue &value, void *saneValueBuf, int32_t valueSize, uint32…
86 int32_t ActionSetValue(SANE_Handle &scannerHandle, ScanOptionValue &value,
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp155 ScanOptionValue scanOptVal; in TestSetScanOptionValueType()
163 ScanOptionValue scanOptVal; in TestSetValueSize()
171 ScanOptionValue scanOptVal; in TestSetNumValue()
179 ScanOptionValue scanOptVal; in TestSetNumListValue()
192 ScanOptionValue scanOptVal; in TestSetStrValue()
200 ScanOptionValue scanOptVal; in TestSetBoolValue()
208 ScanOptionValue scanOptVal; in TestScanOptionValue()
211 ScanOptionValue scanOptValBak = scanOptVal; in TestScanOptionValue()
213 ScanOptionValue scanOptValOpera(scanOptValBak); in TestScanOptionValue()
543 ScanOptionValue info; in TestScanOptValNapiInterface()
/ohos5.0/base/print/print_fwk/frameworks/ohscan/src/
H A Dohscan.cpp110 int32_t GetScanParaDesc(const std::string &deviceId, ScanOptionValue &value) in GetScanParaDesc()
124 int32_t GetScanParaValues(const std::string &deviceId, ScanOptionValue &value, ScanParaTable &paraT… in GetScanParaValues()
306 const char* value, ScanOptionValue& scanOptionValue) in GetScanOptionValue()
425 ScanOptionValue value; in OH_Scan_GetScannerParameter()
463 ScanOptionValue scanOptionValue; in OH_Scan_SetScannerParameter()
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/include/
H A Dscan_service_proxy.h40 const ScanOptionOpType op, ScanOptionValue &value, int32_t &info) override;
H A Discan_service.h44 const int32_t optionIndex, const ScanOptionOpType op, ScanOptionValue &value, int32_t &info) =0;
H A Dscan_manager_client.h50 const ScanOptionOpType op, ScanOptionValue &value, int32_t &info);
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/scan_napi/include/
H A Dnapi_inner_scan.h90 ScanOptionValue optionValue;
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_stub.cpp180 ScanOptionValue value; in OnOpScanOptionValue()
181 auto scanOptionValue = ScanOptionValue::Unmarshalling(data); in OnOpScanOptionValue()
H A Dscan_service_ability.cpp831 ScanOptionValue value; in GetScanOptionDesc()
875 int32_t ScanServiceAbility::ActionGetValue(SANE_Handle &scannerHandle, ScanOptionValue &value, in ActionGetValue()
929 int32_t ScanServiceAbility::ActionSetValueHelper(ScanOptionValue &value, void *saneValueBuf, in ActionSetValueHelper()
961 int32_t ScanServiceAbility::ActionSetValue(SANE_Handle &scannerHandle, ScanOptionValue &value, in ActionSetValue()
1000 const ScanOptionOpType op, ScanOptionValue &value, int32_t &info) in OpScanOptionValue()
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/
H A Dscan_service_proxy.cpp184 const int32_t optionIndex, const ScanOptionOpType op, ScanOptionValue &value, int32_t &info) in OpScanOptionValue()
203 auto scanOptionValue = ScanOptionValue::Unmarshalling(reply); in OpScanOptionValue()
H A Dscan_manager_client.cpp293 const ScanOptionOpType op, ScanOptionValue &value, int32_t &info) in OpScanOptionValue()
/ohos5.0/base/print/print_fwk/test/fuzztest/scanservicestub_fuzzer/
H A Dscanservicestub_fuzzer.cpp97 ScanOptionValue value; in TestOnOpScanOptionValue()
/ohos5.0/base/print/print_fwk/test/fuzztest/scanmanagerclient_fuzzer/
H A Dscanmanagerclient_fuzzer.cpp80 ScanOptionValue value; in TestOpScanOptionValue()