Home
last modified time | relevance | path

Searched refs:PrintByAdapter (Results 1 - 13 of 13) sorted by relevance

/base/print/print_fwk/interfaces/kits/napi/print_napi/include/
H A Dnapi_print_task.h46 static napi_value PrintByAdapter(napi_env env, napi_callback_info info);
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/
H A Diprint_service.h68 virtual int32_t PrintByAdapter(const std::string jobName, const PrintAttributes &printAttributes,
H A Dprint_service_proxy.h61 int32_t PrintByAdapter(const std::string printJobName, const PrintAttributes &printAttributes,
/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dnapi_print_task.cpp42 return PrintByAdapter(env, info); in Print()
89 napi_value NapiPrintTask::PrintByAdapter(napi_env env, napi_callback_info info) in PrintByAdapter() function in OHOS::Print::NapiPrintTask
91 PRINT_HILOGI("PrintByAdapter start ---->"); in PrintByAdapter()
/base/print/print_fwk/test/unittest/service_test/mock/
H A Dmock_print_service.h134 int32_t PrintByAdapter(const std::string jobName, const PrintAttributes &printAttributes,
/base/print/print_fwk/services/print_service/include/
H A Dprint_service_ability.h87 int32_t PrintByAdapter(const std::string jobName, const PrintAttributes &printAttributes,
/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H A Dprint_service_ability_test.cpp316 EXPECT_EQ(service->PrintByAdapter(jobName, printAttributes, taskId), E_PRINT_NO_PERMISSION); in HWTEST_F()
566 EXPECT_EQ(service->PrintByAdapter(jobName, printAttributes, taskId), E_PRINT_NONE); in HWTEST_F()
1750 service->PrintByAdapter(jobName, printAttributes, taskId); in HWTEST_F()
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
H A Dprint_manager_client.cpp618 return serviceProxy->PrintByAdapter(printJobName, printAttributes, taskId); in Print()
H A Dprint_service_proxy.cpp873 int32_t PrintServiceProxy::PrintByAdapter(const std::string printJobName, const PrintAttributes &printAttributes, in PrintByAdapter() function in OHOS::Print::PrintServiceProxy
876 PRINT_HILOGI("PrintServiceProxy PrintByAdapter start."); in PrintByAdapter()
884 PRINT_HILOGD("PrintServiceProxy PrintByAdapter started."); in PrintByAdapter()
887 PRINT_HILOGE("PrintServiceProxy PrintByAdapter remote is null"); in PrintByAdapter()
893 PRINT_HILOGE("PrintByAdapter, rpc error code = %{public}d", ret); in PrintByAdapter()
897 PRINT_HILOGD("PrintServiceProxy PrintByAdapter out. ret = [%{public}d]", ret); in PrintByAdapter()
/base/print/print_fwk/services/print_service/src/
H A Dprint_service_stub.cpp714 ret = PrintByAdapter(jobName, *attrs, taskId); in OnPrintByAdapter()
H A Dprint_service_ability.cpp2420 int32_t PrintServiceAbility::PrintByAdapter(const std::string jobName, const PrintAttributes &printAttributes, in PrintByAdapter() function in OHOS::Print::PrintServiceAbility
2428 PRINT_HILOGI("PrintServiceAbility::PrintByAdapter start"); in PrintByAdapter()
2434 PRINT_HILOGE("PrintServiceAbility::PrintByAdapter CallSpooler failed, ret: %{public}d", ret); in PrintByAdapter()
2436 PRINT_HILOGI("PrintServiceAbility::PrintByAdapter end"); in PrintByAdapter()
/base/print/print_fwk/test/unittest/service_test/
H A Dprint_service_stub_test.cpp1098 ON_CALL(*stub, PrintByAdapter).WillByDefault(Return(E_PRINT_NONE)); in HWTEST_F()
/base/print/print_fwk/test/fuzztest/printserviceability_fuzzer/
H A Dprintserviceability_fuzzer.cpp318 PrintServiceAbility::GetInstance()->PrintByAdapter(jobName, printAttributes, taskId); in TestPrintByAdapter()

Completed in 22 milliseconds