Home
last modified time | relevance | path

Searched refs:GetScanOptionDesc (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dscan_service_ability_test.cpp172 status = GetScanOptionDesc(scannerId);
185 status = GetScanOptionDesc(scannerId);
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/include/
H A Dscan_service_proxy.h37 int32_t GetScanOptionDesc(const std::string scannerId,
H A Discan_service.h41 virtual int32_t GetScanOptionDesc(const std::string scannerId,
H A Dscan_manager_client.h48 …int32_t GetScanOptionDesc(const std::string scannerId, const int32_t optionIndex, ScanOptionDescri…
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/scan_napi/src/
H A Dscan_module.cpp68 SCAN_NAPI_METHOD(FUNCTION_GET_SCAN_OPTION_DESC, NapiInnerScan::GetScanOptionDesc), in Init()
H A Dnapi_inner_scan.cpp209 napi_value NapiInnerScan::GetScanOptionDesc(napi_env env, napi_callback_info info) in GetScanOptionDesc() function in OHOS::Scan::NapiInnerScan
233 …int32_t ret = ScanManagerClient::GetInstance()->GetScanOptionDesc(context->scannerId, context->opt… in GetScanOptionDesc()
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/scan_napi/include/
H A Dnapi_inner_scan.h50 static napi_value GetScanOptionDesc(napi_env env, napi_callback_info info);
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/
H A Dscan_manager_client.cpp269 int32_t ScanManagerClient::GetScanOptionDesc( in GetScanOptionDesc() function in OHOS::Scan::ScanManagerClient
287 int32_t ret = scanServiceProxy_->GetScanOptionDesc(scannerId, optionIndex, desc); in GetScanOptionDesc()
H A Dscan_service_proxy.cpp159 int32_t ScanServiceProxy::GetScanOptionDesc(const std::string scannerId, const int32_t optionIndex, in GetScanOptionDesc() function in OHOS::Scan::ScanServiceProxy
/ohos5.0/base/print/print_fwk/frameworks/ohscan/src/
H A Dohscan.cpp114 int32_t ret = client->GetScanOptionDesc(deviceId, 0, desc); in GetScanParaDesc()
131 int32_t ret = client->GetScanOptionDesc(deviceId, i, desc); in GetScanParaValues()
/ohos5.0/base/print/print_fwk/services/scan_service/include/
H A Dscan_service_ability.h58 int32_t GetScanOptionDesc(const std::string scannerId, const int32_t optionIndex,
/ohos5.0/base/print/print_fwk/test/fuzztest/scanmanagerclient_fuzzer/
H A Dscanmanagerclient_fuzzer.cpp63 scanManagerPtr->GetScanOptionDesc(scannerId, optionIndex, desc); in TestGetScanOptionDesc()
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_stub.cpp165 int32_t ret = GetScanOptionDesc(scannerId, optionIndex, desc); in OnGetScanOptionDesc()
H A Dscan_service_ability.cpp813 int32_t ScanServiceAbility::GetScanOptionDesc( in GetScanOptionDesc() function in OHOS::Scan::ScanServiceAbility
/ohos5.0/base/print/print_fwk/test/fuzztest/scanserviceability_fuzzer/
H A Dscanserviceability_fuzzer.cpp77 ScanServiceAbility::GetInstance()->GetScanOptionDesc(scannerId, optionIndex, desc); in TestGetScanOptionDesc()