/ohos5.0/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() argument 56 return real_.Print(str, nullptr, printAttributes, contextToken); in Print() 60 … std::make_shared<ArkPrintDocumentAdapterAdapterWrapper>(listener), printAttributes, contextToken); in Print()
|
H A D | ark_print_manager_adapter_impl.h | 35 const ArkPrintAttributesAdapter& printAttributes, void* contextToken) override;
|
/ohos5.0/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() argument 75 result = ctocpp_->Print(str, nullptr, printAttributes, contextToken); in Print() 77 …ocpp_->Print(str, new ArkPrintDocumentAdapterAdapterImpl(listener), printAttributes, contextToken); in Print()
|
H A D | ark_print_manager_adapter_wrapper.h | 33 const NWeb::PrintAttributesAdapter& printAttributes, void* contextToken) override;
|
/ohos5.0/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()
|
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/ |
H A D | print_manager_client.h | 94 const std::shared_ptr<PrintAttributes> &printAttributes, void* contextToken); 98 const PrintAttributes &printAttributes, void* contextToken); 102 const PrintAttributes &printAttributes, std::string &taskId, void* contextToken);
|
/ohos5.0/base/web/webview/ohos_adapter/print_manager_adapter/src/ |
H A D | print_manager_adapter_impl.cpp | 75 void* contextToken) in Print() argument 94 …Print::PrintManagerClient::GetInstance()->Print(printJobName, iCallback, attributes, contextToken); in Print()
|
/ohos5.0/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;
|
/ohos5.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;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | print_manager_adapter.h | 89 const PrintAttributesAdapter& printAttributes, void* contextToken) = 0;
|
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/ |
H A D | print_manager_client.cpp | 577 const std::shared_ptr<PrintAttributes> &printAttributes, void* contextToken) in Print() argument 580 return Print(printJobName, listener, *printAttributes, taskId, contextToken); in Print() 591 const PrintAttributes &printAttributes, void* contextToken) in Print() argument 594 return Print(printJobName, listener, printAttributes, taskId, contextToken); in Print()
|
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/ |
H A D | print_manager_client_test.cpp | 2310 void* contextToken = nullptr; variable 2313 Print(printJobName, testListener, testPrintAttributes, contextToken); 2335 void* contextToken = nullptr; variable 2338 Print(printJobName, testListener, testPrintAttributes, taskId, contextToken);
|