Home
last modified time | relevance | path

Searched refs:SCAN_ACTION_GET_VALUE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/print/print_fwk/utils/include/
H A Dscan_constant.h159 SCAN_ACTION_GET_VALUE = 0, enumerator
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_stub.cpp192 if (op == SCAN_ACTION_GET_VALUE) { in OnOpScanOptionValue()
H A Dscan_service_ability.cpp1033 case SCAN_ACTION_GET_VALUE: in OpScanOptionValue()
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/
H A Dscan_service_proxy.cpp205 if (op == SCAN_ACTION_GET_VALUE) { in OpScanOptionValue()
/ohos5.0/base/print/print_fwk/frameworks/ohscan/src/
H A Dohscan.cpp120 ret = client->OpScanOptionValue(deviceId, 0, SCAN_ACTION_GET_VALUE, value, info); in GetScanParaDesc()
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/scan_napi/src/
H A Dnapi_inner_scan.cpp373 context->optionIndex, SCAN_ACTION_GET_VALUE, context->optionValue, context->info); in GetScanOption()