/base/print/print_fwk/interfaces/kits/napi/print_napi/include/ |
H A D | napi_print_task.h | 46 static napi_value PrintByAdapter(napi_env env, napi_callback_info info);
|
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/ |
H A D | iprint_service.h | 68 virtual int32_t PrintByAdapter(const std::string jobName, const PrintAttributes &printAttributes,
|
H A D | print_service_proxy.h | 61 int32_t PrintByAdapter(const std::string printJobName, const PrintAttributes &printAttributes,
|
/base/print/print_fwk/interfaces/kits/napi/print_napi/src/ |
H A D | napi_print_task.cpp | 42 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 D | mock_print_service.h | 134 int32_t PrintByAdapter(const std::string jobName, const PrintAttributes &printAttributes,
|
/base/print/print_fwk/services/print_service/include/ |
H A D | print_service_ability.h | 87 int32_t PrintByAdapter(const std::string jobName, const PrintAttributes &printAttributes,
|
/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/ |
H A D | print_service_ability_test.cpp | 316 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 D | print_manager_client.cpp | 618 return serviceProxy->PrintByAdapter(printJobName, printAttributes, taskId); in Print()
|
H A D | print_service_proxy.cpp | 873 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 D | print_service_stub.cpp | 714 ret = PrintByAdapter(jobName, *attrs, taskId); in OnPrintByAdapter()
|
H A D | print_service_ability.cpp | 2420 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 D | print_service_stub_test.cpp | 1098 ON_CALL(*stub, PrintByAdapter).WillByDefault(Return(E_PRINT_NONE)); in HWTEST_F()
|
/base/print/print_fwk/test/fuzztest/printserviceability_fuzzer/ |
H A D | printserviceability_fuzzer.cpp | 318 PrintServiceAbility::GetInstance()->PrintByAdapter(jobName, printAttributes, taskId); in TestPrintByAdapter()
|