Searched refs:ScanOptionOpType (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/include/ |
H A D | scan_service_proxy.h | 40 const ScanOptionOpType op, ScanOptionValue &value, int32_t &info) override;
|
H A D | iscan_service.h | 44 const int32_t optionIndex, const ScanOptionOpType op, ScanOptionValue &value, int32_t &info) =0;
|
H A D | scan_manager_client.h | 50 const ScanOptionOpType op, ScanOptionValue &value, int32_t &info);
|
/ohos5.0/base/print/print_fwk/utils/include/ |
H A D | scan_constant.h | 158 enum ScanOptionOpType { enum
|
/ohos5.0/base/print/print_fwk/services/scan_service/src/ |
H A D | scan_service_stub.cpp | 179 ScanOptionOpType op = (ScanOptionOpType) data.ReadUint32(); in OnOpScanOptionValue()
|
H A D | scan_service_ability.cpp | 1000 const ScanOptionOpType op, ScanOptionValue &value, int32_t &info) in OpScanOptionValue()
|
/ohos5.0/base/print/print_fwk/services/scan_service/include/ |
H A D | scan_service_ability.h | 61 const ScanOptionOpType op, ScanOptionValue &value, int32_t &info) override;
|
/ohos5.0/base/print/print_fwk/test/fuzztest/scanservicestub_fuzzer/ |
H A D | scanservicestub_fuzzer.cpp | 95 ScanOptionOpType op = SCAN_ACTION_SET_VALUE; in TestOnOpScanOptionValue()
|
/ohos5.0/base/print/print_fwk/test/fuzztest/scanmanagerclient_fuzzer/ |
H A D | scanmanagerclient_fuzzer.cpp | 78 …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 D | scan_manager_client.cpp | 293 const ScanOptionOpType op, ScanOptionValue &value, int32_t &info) in OpScanOptionValue()
|
H A D | scan_service_proxy.cpp | 184 const int32_t optionIndex, const ScanOptionOpType op, ScanOptionValue &value, int32_t &info) in OpScanOptionValue()
|