/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_print_manager_adapter_impl.cpp | 51 void* contextToken) in Print() 56 return real_.Print(str, nullptr, printAttributes, contextToken); in Print() 60 str, std::make_shared<ArkPrintDocumentAdapterAdapterWrapper>(listener), printAttributes, contextToken); in Print() 49 Print(const ArkWebString& printJobName, const ArkWebRefPtr<ArkPrintDocumentAdapterAdapter> listener, const ArkPrintAttributesAdapter& printAttributes, void* contextToken) Print() argument
|
H A D | ark_print_manager_adapter_impl.h | 35 const ArkPrintAttributesAdapter& printAttributes, void* contextToken) override;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_print_manager_adapter_wrapper.cpp | 65 const NWeb::PrintAttributesAdapter& printAttributes, void* contextToken) in Print() 75 result = ctocpp_->Print(str, nullptr, printAttributes, contextToken); in Print() 77 result = ctocpp_->Print(str, new ArkPrintDocumentAdapterAdapterImpl(listener), printAttributes, contextToken); in Print() 63 Print(const std::string& printJobName, const std::shared_ptr<NWeb::PrintDocumentAdapterAdapter> listener, const NWeb::PrintAttributesAdapter& printAttributes, void* contextToken) Print() argument
|
H A D | ark_print_manager_adapter_wrapper.h | 33 const NWeb::PrintAttributesAdapter& printAttributes, void* contextToken) override;
|
/base/web/webview/test/fuzztest/ohos_adapter/printmanager_fuzzer/ |
H A D | printmanager_adapter_fuzz.cpp | 63 void* contextToken = nullptr; in PrintWithContextFuzzTest() local 65 adapter.Print(printJobName, listener, printAttributes, contextToken); in PrintWithContextFuzzTest()
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_print_manager_adapter.h | 59 const ArkPrintAttributesAdapter& printAttributes, void* contextToken) = 0;
|
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/ |
H A D | print_manager_client.h | 93 const std::shared_ptr<PrintAttributes> &printAttributes, void* contextToken); 97 const PrintAttributes &printAttributes, void* contextToken); 101 const PrintAttributes &printAttributes, std::string &taskId, void* contextToken);
|
/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | print_manager_adapter.h | 89 const PrintAttributesAdapter& printAttributes, void* contextToken) = 0;
|
/base/web/webview/ohos_adapter/print_manager_adapter/include/ |
H A D | print_manager_adapter_impl.h | 70 const PrintAttributesAdapter& printAttributes, void* contextToken) override;
|
/base/web/webview/ohos_adapter/print_manager_adapter/src/ |
H A D | print_manager_adapter_impl.cpp | 75 void* contextToken) in Print() 94 OHOS::Print::PrintManagerClient::GetInstance()->Print(printJobName, iCallback, attributes, contextToken); in Print() 73 Print(const std::string& printJobName, const std::shared_ptr<PrintDocumentAdapterAdapter> listener, const PrintAttributesAdapter& printAttributes, void* contextToken) Print() argument
|
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/ |
H A D | print_manager_client.cpp | 547 const std::shared_ptr<PrintAttributes> &printAttributes, void* contextToken) in Print() 550 return Print(printJobName, listener, *printAttributes, taskId, contextToken); in Print() 561 const PrintAttributes &printAttributes, void* contextToken) in Print() 564 return Print(printJobName, listener, printAttributes, taskId, contextToken); in Print() 546 Print(const std::string &printJobName, const sptr<IPrintCallback> &listener, const std::shared_ptr<PrintAttributes> &printAttributes, void* contextToken) Print() argument 560 Print(const std::string &printJobName, const sptr<IPrintCallback> &listener, const PrintAttributes &printAttributes, void* contextToken) Print() argument
|
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/ |
H A D | print_manager_client_test.cpp | 2297 void* contextToken = nullptr; in HWTEST_F() local 2299 PrintManagerClient::GetInstance()->Print(printJobName, testListener, testPrintAttributes, contextToken); in HWTEST_F() 2318 void* contextToken = nullptr; in HWTEST_F() local 2320 PrintManagerClient::GetInstance()->Print(printJobName, testListener, testPrintAttributes, taskId, contextToken); in HWTEST_F()
|