Home
last modified time | relevance | path

Searched refs:QueryAddedPrinter (Results 1 - 17 of 17) sorted by relevance

/base/print/print_fwk/interfaces/kits/napi/print_napi/include/
H A Dnapi_inner_print.h50 static napi_value QueryAddedPrinter(napi_env env, napi_callback_info info);
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/
H A Diprint_service.h74 virtual int32_t QueryAddedPrinter(std::vector<std::string> &printerNameList) = 0;
H A Dprint_service_proxy.h71 int32_t QueryAddedPrinter(std::vector<std::string> &printerNameList) override;
H A Dprint_manager_client.h77 int32_t QueryAddedPrinter(std::vector<std::string> &printerNameList);
/base/print/print_fwk/test/unittest/service_test/mock/
H A Dmock_print_service.h156 int32_t QueryAddedPrinter(std::vector<std::string> &printerNameList) override
/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dprint_module.cpp347 PRINT_NAPI_METHOD(FUNCTION_QUERY_ADDED_PRINTER, NapiInnerPrint::QueryAddedPrinter), in Init()
H A Dnapi_inner_print.cpp682 napi_value NapiInnerPrint::QueryAddedPrinter(napi_env env, napi_callback_info info) in QueryAddedPrinter() function in OHOS::Print::NapiInnerPrint
684 PRINT_HILOGD("Enter QueryAddedPrinter---->"); in QueryAddedPrinter()
703 int32_t ret = PrintManagerClient::GetInstance()->QueryAddedPrinter(context->allPrinters); in QueryAddedPrinter()
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
H A Dprint_manager_client.cpp318 int32_t PrintManagerClient::QueryAddedPrinter(std::vector<std::string> &printerNameList) in QueryAddedPrinter() function in OHOS::Print::PrintManagerClient
321 PRINT_HILOGD("PrintManagerClient QueryAddedPrinter start."); in QueryAddedPrinter()
324 ret = printServiceProxy_->QueryAddedPrinter(printerNameList); in QueryAddedPrinter()
325 PRINT_HILOGD("PrintManagerClient QueryAddedPrinter out ret = [%{public}d].", ret); in QueryAddedPrinter()
H A Dprint_service_proxy.cpp443 int32_t PrintServiceProxy::QueryAddedPrinter(std::vector<std::string> &printerNameList) in QueryAddedPrinter() function in OHOS::Print::PrintServiceProxy
448 PRINT_HILOGD("PrintServiceProxy QueryAddedPrinter started."); in QueryAddedPrinter()
451 PRINT_HILOGE("PrintServiceProxy QueryAddedPrinter remote is null"); in QueryAddedPrinter()
456 PRINT_HILOGD("PrintServiceProxy QueryAddedPrinter out. ret = [%{public}d]", ret); in QueryAddedPrinter()
458 PRINT_HILOGD("PrintServiceProxy QueryAddedPrinter printerNameList size %{public}zu.", printerNameList.size()); in QueryAddedPrinter()
/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_capi.cpp232 int32_t ret = PrintManagerClient::GetInstance()->QueryAddedPrinter(printerNameList); in OH_Print_QueryPrinterList()
/base/print/print_fwk/services/print_service/include/
H A Dprint_service_ability.h95 int32_t QueryAddedPrinter(std::vector<std::string> &printerNameList) override;
/base/print/print_fwk/services/print_service/src/
H A Dprint_service_stub.cpp319 int32_t ret = QueryAddedPrinter(printerNameList); in OnQueryAddedPrinter()
H A Dprint_service_ability.cpp590 int32_t PrintServiceAbility::QueryAddedPrinter(std::vector<std::string> &printerList) in QueryAddedPrinter() function in OHOS::Print::PrintServiceAbility
597 PRINT_HILOGD("QueryAddedPrinter started."); in QueryAddedPrinter()
605 PRINT_HILOGD("QueryAddedPrinter in printerName %{public}s", printerNameList[i].c_str()); in QueryAddedPrinter()
607 PRINT_HILOGD("QueryAddedPrinter in printerId %{public}s", printerId.c_str()); in QueryAddedPrinter()
/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H A Dprint_service_ability_test.cpp270 EXPECT_EQ(service->QueryAddedPrinter(printerList), E_PRINT_NO_PERMISSION); in HWTEST_F()
680 EXPECT_EQ(service->QueryAddedPrinter(printerList), E_PRINT_NONE); in HWTEST_F()
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_manager_client_test.cpp2260 PrintManagerClient::GetInstance()->QueryAddedPrinter(printerNameList); in HWTEST_F()
2451 mockPrintManagerClient.QueryAddedPrinter(printerNameList); in HWTEST_F()
/base/print/print_fwk/test/unittest/service_test/
H A Dprint_service_stub_test.cpp1233 ON_CALL(*stub, QueryAddedPrinter).WillByDefault(Return(E_PRINT_NONE)); in HWTEST_F()
/base/print/print_fwk/test/fuzztest/printserviceability_fuzzer/
H A Dprintserviceability_fuzzer.cpp351 PrintServiceAbility::GetInstance()->QueryAddedPrinter(printerNameList); in TestQueryAddedPrinter()

Completed in 28 milliseconds