Home
last modified time | relevance | path

Searched refs:contextToken (Results 1 - 12 of 12) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_print_manager_adapter_impl.cpp51 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 Dark_print_manager_adapter_impl.h35 const ArkPrintAttributesAdapter& printAttributes, void* contextToken) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_print_manager_adapter_wrapper.cpp65 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 Dark_print_manager_adapter_wrapper.h33 const NWeb::PrintAttributesAdapter& printAttributes, void* contextToken) override;
/base/web/webview/test/fuzztest/ohos_adapter/printmanager_fuzzer/
H A Dprintmanager_adapter_fuzz.cpp63 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 Dark_print_manager_adapter.h59 const ArkPrintAttributesAdapter& printAttributes, void* contextToken) = 0;
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/
H A Dprint_manager_client.h93 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 Dprint_manager_adapter.h89 const PrintAttributesAdapter& printAttributes, void* contextToken) = 0;
/base/web/webview/ohos_adapter/print_manager_adapter/include/
H A Dprint_manager_adapter_impl.h70 const PrintAttributesAdapter& printAttributes, void* contextToken) override;
/base/web/webview/ohos_adapter/print_manager_adapter/src/
H A Dprint_manager_adapter_impl.cpp75 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 Dprint_manager_client.cpp547 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 Dprint_manager_client_test.cpp2297 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()

Completed in 13 milliseconds