/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_print_document_adapter_adapter_impl.cpp | 30 const ArkPrintAttributesAdapter& oldAttrs, const ArkPrintAttributesAdapter& newAttrs, uint32_t fd, in OnStartLayoutWrite() 34 return real_->OnStartLayoutWrite(ArkWebStringStructToClass(jobId), oldAttrs, newAttrs, fd, nullptr); in OnStartLayoutWrite() 37 real_->OnStartLayoutWrite(ArkWebStringStructToClass(jobId), oldAttrs, newAttrs, fd, in OnStartLayoutWrite() local 29 OnStartLayoutWrite(const ArkWebString& jobId, const ArkPrintAttributesAdapter& oldAttrs, const ArkPrintAttributesAdapter& newAttrs, uint32_t fd, ArkWebRefPtr<ArkPrintWriteResultCallbackAdapter> callback) OnStartLayoutWrite() argument
|
H A D | ark_print_document_adapter_adapter_impl.h | 28 void OnStartLayoutWrite(const ArkWebString& jobId, const ArkPrintAttributesAdapter& oldAttrs,
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_print_document_adapter_adapter_wrapper.cpp | 30 const NWeb::PrintAttributesAdapter& oldAttrs, const NWeb::PrintAttributesAdapter& newAttrs, uint32_t fd, in OnStartLayoutWrite() 35 ctocpp_->OnStartLayoutWrite(str, oldAttrs, newAttrs, fd, nullptr); in OnStartLayoutWrite() 37 ctocpp_->OnStartLayoutWrite(str, oldAttrs, newAttrs, fd, new ArkPrintWriteResultCallbackAdapterImpl(callback)); in OnStartLayoutWrite() 29 OnStartLayoutWrite(const std::string& jobId, const NWeb::PrintAttributesAdapter& oldAttrs, const NWeb::PrintAttributesAdapter& newAttrs, uint32_t fd, std::shared_ptr<NWeb::PrintWriteResultCallbackAdapter> callback) OnStartLayoutWrite() argument
|
H A D | ark_print_document_adapter_adapter_wrapper.h | 28 void OnStartLayoutWrite(const std::string& jobId, const NWeb::PrintAttributesAdapter& oldAttrs,
|
/base/web/webview/test/unittest/ohos_adapter/print_manager_adapter_impl_test/ |
H A D | print_manager_adapter_impl_test.cpp | 60 void OnStartLayoutWrite(const std::string& jobId, const PrintAttributesAdapter& oldAttrs, 96 OHOS::Print::PrintAttributes oldAttrs = OHOS::Print::PrintAttributes(); in HWTEST_F() local 103 documentAdapter.onStartLayoutWrite(jobId, oldAttrs, newAttrs, fd, writeResultCallback); in HWTEST_F() 106 documentAdapter.onStartLayoutWrite(jobId, oldAttrs, newAttrs, fd, writeResultCallback); in HWTEST_F()
|
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/ |
H A D | print_callback_stub.cpp | 98 auto oldAttrs = PrintAttributes::Unmarshalling(data); in HandlePrintAdapterJobEvent() local 100 if (newAttrs == nullptr || oldAttrs == nullptr) { in HandlePrintAdapterJobEvent() 107 bool result = OnCallbackAdapterLayout(jobId, *oldAttrs, *newAttrs, fd); in HandlePrintAdapterJobEvent()
|
H A D | iprint_adapter.cpp | 20 void PrintDocumentAdapter::onStartLayoutWrite(const std::string &jobId, const PrintAttributes &oldAttrs, in onStartLayoutWrite() argument
|
H A D | iprint_adapter_inner.cpp | 21 void PrintDocumentInnerAdapter::onStartLayoutWrite(const std::string &jobId, const PrintAttributes &oldAttrs, in onStartLayoutWrite() argument
|
H A D | print_callback.cpp | 253 callbackValues[1] = PrintAttributesHelper::MakeJsObject(cbParam->env, cbParam->oldAttrs); in PrintAdapterAfterCallFun() 416 const std::string &jobId, const PrintAttributes &oldAttrs, const PrintAttributes &newAttrs, uint32_t fd) 423 adapter_->onStartLayoutWrite(jobId, oldAttrs, newAttrs, fd, [](std::string jobId, uint32_t state) { 432 [jobId, oldAttrs, newAttrs, fd](CallbackParam *param) { 434 param->oldAttrs = oldAttrs;
|
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/ |
H A D | print_callback.h | 40 PrintAttributes oldAttrs; member 60 bool OnCallbackAdapterLayout(const std::string &jobId, const PrintAttributes &oldAttrs,
|
H A D | iprint_adapter_inner.h | 24 void onStartLayoutWrite(const std::string &jobId, const PrintAttributes &oldAttrs,
|
H A D | iprint_adapter.h | 25 virtual void onStartLayoutWrite(const std::string &jobId, const PrintAttributes &oldAttrs,
|
H A D | iprint_callback.h | 32 virtual bool OnCallbackAdapterLayout(const std::string &jobId, const PrintAttributes &oldAttrs,
|
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/mock/ |
H A D | mock_print_callback_stub.h | 41 bool OnCallbackAdapterLayout(const std::string &jobId, const PrintAttributes &oldAttrs,
|
/base/print/print_fwk/services/print_service/include/ |
H A D | print_callback_proxy.h | 31 bool OnCallbackAdapterLayout(const std::string &jobId, const PrintAttributes &oldAttrs,
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_print_manager_adapter.h | 38 virtual void OnStartLayoutWrite(const ArkWebString& jobId, const ArkPrintAttributesAdapter& oldAttrs,
|
/base/print/print_fwk/services/print_service/src/ |
H A D | print_callback_proxy.cpp | 102 bool PrintCallbackProxy::OnCallbackAdapterLayout(const std::string &jobId, const PrintAttributes &oldAttrs, in OnCallbackAdapterLayout() argument 116 oldAttrs.Marshalling(data); in OnCallbackAdapterLayout()
|
/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | print_manager_adapter.h | 69 virtual void OnStartLayoutWrite(const std::string& jobId, const PrintAttributesAdapter& oldAttrs,
|
/base/web/webview/ohos_adapter/print_manager_adapter/include/ |
H A D | print_manager_adapter_impl.h | 34 void onStartLayoutWrite(const std::string& jobId, const OHOS::Print::PrintAttributes& oldAttrs,
|
/base/web/webview/ohos_adapter/print_manager_adapter/src/ |
H A D | print_manager_adapter_impl.cpp | 145 const OHOS::Print::PrintAttributes& oldAttrs, const OHOS::Print::PrintAttributes& newAttrs, uint32_t fd, in onStartLayoutWrite() 159 jobId, ConvertPrintingParameters(oldAttrs), ConvertPrintingParameters(newAttrs), fd, callback); in onStartLayoutWrite() 144 onStartLayoutWrite(const std::string& jobId, const OHOS::Print::PrintAttributes& oldAttrs, const OHOS::Print::PrintAttributes& newAttrs, uint32_t fd, std::function<void(std::string, uint32_t)> writeResultCallback) onStartLayoutWrite() argument
|
/base/print/print_fwk/frameworks/ohprint/include/ |
H A D | ohprint.h | 507 * @param oldAttrs The attributes of last. 514 const Print_PrintAttributes *oldAttrs,
|
/base/print/print_fwk/frameworks/ohprint/src/ |
H A D | print_capi.cpp | 390 const PrintAttributes &oldAttrs, 416 const PrintAttributes &oldAttrs, in onStartLayoutWrite() 432 auto oldAttrsPtr = BuildPrintAttributes(oldAttrs); in onStartLayoutWrite() 415 onStartLayoutWrite(const std::string &jobId, const PrintAttributes &oldAttrs, const PrintAttributes &newAttrs, uint32_t fd, std::function<void(std::string, uint32_t)> writeResultCallback) onStartLayoutWrite() argument
|
/base/web/webview/test/unittest/ohos_adapter_helper/ |
H A D | ohos_adapter_helper_test.cpp | 49 void OnStartLayoutWrite(const std::string& jobId, const OHOS::NWeb::PrintAttributesAdapter& oldAttrs,
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_controller.h | 576 void OnStartLayoutWrite(const std::string& jobId, const PrintAttributesAdapter& oldAttrs,
|
H A D | webview_controller.cpp | 1355 void WebPrintDocument::OnStartLayoutWrite(const std::string& jobId, const PrintAttributesAdapter& oldAttrs, in OnStartLayoutWrite() argument 1361 printDocAdapter_->OnStartLayoutWrite(jobId, oldAttrs, newAttrs, fd, callback); in OnStartLayoutWrite()
|