Home
last modified time | relevance | path

Searched refs:ScanOptionOpType (Results 1 – 11 of 11) sorted by relevance

/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/utils/include/
H A Dscan_constant.h158 enum ScanOptionOpType { enum
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_stub.cpp179 ScanOptionOpType op = (ScanOptionOpType) data.ReadUint32(); in OnOpScanOptionValue()
H A Dscan_service_ability.cpp1000 const ScanOptionOpType op, ScanOptionValue &value, int32_t &info) in OpScanOptionValue()
/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;
/ohos5.0/base/print/print_fwk/test/fuzztest/scanservicestub_fuzzer/
H A Dscanservicestub_fuzzer.cpp95 ScanOptionOpType op = SCAN_ACTION_SET_VALUE; in TestOnOpScanOptionValue()
/ohos5.0/base/print/print_fwk/test/fuzztest/scanmanagerclient_fuzzer/
H A Dscanmanagerclient_fuzzer.cpp78 …auto op = static_cast<ScanOptionOpType>(dataProvider->ConsumeIntegralInRange<uint32_t>(0, MAX_SET_… in TestOpScanOptionValue()
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/
H A Dscan_manager_client.cpp293 const ScanOptionOpType op, ScanOptionValue &value, int32_t &info) in OpScanOptionValue()
H A Dscan_service_proxy.cpp184 const int32_t optionIndex, const ScanOptionOpType op, ScanOptionValue &value, int32_t &info) in OpScanOptionValue()