Home
last modified time | relevance | path

Searched refs:E_SCAN_GENERIC_FAILURE (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp885 return E_SCAN_GENERIC_FAILURE; in ActionGetValue()
891 return E_SCAN_GENERIC_FAILURE; in ActionGetValue()
897 return E_SCAN_GENERIC_FAILURE; in ActionGetValue()
934 return E_SCAN_GENERIC_FAILURE; in ActionSetValueHelper()
971 return E_SCAN_GENERIC_FAILURE; in ActionSetValue()
976 return E_SCAN_GENERIC_FAILURE; in ActionSetValue()
1213 return E_SCAN_GENERIC_FAILURE; in On()
1466 return E_SCAN_GENERIC_FAILURE; in GetScanProgress()
1571 return E_SCAN_GENERIC_FAILURE; in DeleteScanner()
1612 return E_SCAN_GENERIC_FAILURE; in UpdateScannerName()
[all …]
H A Dscan_service_stub.cpp104 reply.WriteInt32(E_SCAN_GENERIC_FAILURE); in OnExitScan()
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/scan_napi/src/
H A Dscan_async_call.cpp25 {E_SCAN_GENERIC_FAILURE, "E_SCAN_GENERIC_FAILURE"},
163 errorIndex = E_SCAN_GENERIC_FAILURE; in OnComplete()
H A Dnapi_inner_scan.cpp104 context->SetErrorIndex(E_SCAN_GENERIC_FAILURE); in GetScannerList()
/ohos5.0/base/print/print_fwk/utils/include/
H A Dscan_constant.h107 E_SCAN_GENERIC_FAILURE = 13100001, // generic failure of scan enumerator
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/
H A Dscan_service_proxy.cpp445 return E_SCAN_GENERIC_FAILURE; in GetScanProgress()
517 return E_SCAN_GENERIC_FAILURE; in GetAddedScanner()
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dscan_service_ability_test.cpp68 E_SCAN_GENERIC_FAILURE, E_SCAN_SERVER_FAILURE, E_SCAN_GOOD, E_SCAN_UNSUPPORTED, in SetUp()