/ohos5.0/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() argument 34 …return real_->OnStartLayoutWrite(ArkWebStringStructToClass(jobId), oldAttrs, newAttrs, fd, nullptr… in OnStartLayoutWrite() 37 real_->OnStartLayoutWrite(ArkWebStringStructToClass(jobId), oldAttrs, newAttrs, fd, in OnStartLayoutWrite()
|
H A D | ark_print_document_adapter_adapter_impl.h | 29 const ArkPrintAttributesAdapter& newAttrs, uint32_t fd,
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/print_manager_adapter_impl_test/ |
H A D | print_manager_adapter_impl_test.cpp | 61 const PrintAttributesAdapter& newAttrs, uint32_t fd, in OnStartLayoutWrite() argument 97 OHOS::Print::PrintAttributes newAttrs = OHOS::Print::PrintAttributes(); variable 103 documentAdapter.onStartLayoutWrite(jobId, oldAttrs, newAttrs, fd, writeResultCallback); 106 documentAdapter.onStartLayoutWrite(jobId, oldAttrs, newAttrs, fd, writeResultCallback);
|
/ohos5.0/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… in OnStartLayoutWrite() argument 35 ctocpp_->OnStartLayoutWrite(str, oldAttrs, newAttrs, fd, nullptr); in OnStartLayoutWrite() 37 …ctocpp_->OnStartLayoutWrite(str, oldAttrs, newAttrs, fd, new ArkPrintWriteResultCallbackAdapterImp… in OnStartLayoutWrite()
|
H A D | ark_print_document_adapter_adapter_wrapper.h | 29 const NWeb::PrintAttributesAdapter& newAttrs, uint32_t fd,
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | _o_h___print.md | 39 …oldAttrs, const [Print_PrintAttributes](_print___print_attributes.md) \*newAttrs, [Print_WriteResu… 82 …fd, const Print_PrintAttributes *oldAttrs, const Print_PrintAttributes *newAttrs, Print_WriteResul… 96 | newAttrs | 用户设置打印参数变化后的参数。 |
|
H A D | ohprint_8h.md | 36 …oldAttrs, const [Print_PrintAttributes](_print___print_attributes.md) \*newAttrs, [Print_WriteResu…
|
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/ |
H A D | print_callback_stub.cpp | 100 auto newAttrs = PrintAttributes::Unmarshalling(data); in HandlePrintAdapterJobEvent() local 101 if (newAttrs == nullptr || oldAttrs == nullptr) { in HandlePrintAdapterJobEvent() 108 bool result = OnCallbackAdapterLayout(jobId, *oldAttrs, *newAttrs, fd); in HandlePrintAdapterJobEvent()
|
H A D | print_callback.cpp | 259 PrintAttributesHelper::MakeJsObject(cbParam->env, cbParam->newAttrs); in PrintAdapterAfterCallFun() 420 …const std::string &jobId, const PrintAttributes &oldAttrs, const PrintAttributes &newAttrs, uint32… in OnCallbackAdapterLayout() argument 424 newAttrs.GetCopyNumber()); in OnCallbackAdapterLayout() 427 …adapter_->onStartLayoutWrite(jobId, oldAttrs, newAttrs, fd, [](std::string jobId, uint32_t state) { in OnCallbackAdapterLayout() 436 [jobId, oldAttrs, newAttrs, fd](CallbackParam *param) { in OnCallbackAdapterLayout() 439 param->newAttrs = newAttrs; in OnCallbackAdapterLayout()
|
H A D | iprint_adapter.cpp | 21 const PrintAttributes &newAttrs, uint32_t fd, in onStartLayoutWrite() argument
|
H A D | iprint_adapter_inner.cpp | 22 const PrintAttributes &newAttrs, uint32_t fd, in onStartLayoutWrite() argument
|
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/ |
H A D | print_callback.h | 41 PrintAttributes newAttrs; member 61 const PrintAttributes &newAttrs, uint32_t fd) override;
|
H A D | iprint_adapter.h | 26 const PrintAttributes &newAttrs,
|
H A D | iprint_adapter_inner.h | 25 const PrintAttributes &newAttrs,
|
H A D | iprint_callback.h | 33 const PrintAttributes &newAttrs, uint32_t fd) = 0;
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | _o_h___print.md | 39 …oldAttrs, const [Print_PrintAttributes](_print___print_attributes.md) \*newAttrs, [Print_WriteResu… 82 …fd, const Print_PrintAttributes *oldAttrs, const Print_PrintAttributes *newAttrs, Print_WriteResul… 96 | newAttrs | Print parameter after change. |
|
H A D | ohprint_8h.md | 36 …oldAttrs, const [Print_PrintAttributes](_print___print_attributes.md) \*newAttrs, [Print_WriteResu…
|
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | print_callback_proxy.cpp | 123 const PrintAttributes &newAttrs, uint32_t fd) in OnCallbackAdapterLayout() argument 137 newAttrs.Marshalling(data); in OnCallbackAdapterLayout()
|
/ohos5.0/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… in onStartLayoutWrite() argument 159 … jobId, ConvertPrintingParameters(oldAttrs), ConvertPrintingParameters(newAttrs), fd, callback); in onStartLayoutWrite()
|
/ohos5.0/base/print/print_fwk/services/print_service/include/ |
H A D | print_callback_proxy.h | 32 const PrintAttributes &newAttrs, uint32_t fd) override;
|
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/mock/ |
H A D | mock_print_callback_stub.h | 42 const PrintAttributes &newAttrs, uint32_t fd) override in OnCallbackAdapterLayout() argument
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_print_manager_adapter.h | 39 const ArkPrintAttributesAdapter& newAttrs, uint32_t fd,
|
/ohos5.0/base/web/webview/ohos_adapter/print_manager_adapter/include/ |
H A D | print_manager_adapter_impl.h | 35 const OHOS::Print::PrintAttributes& newAttrs, uint32_t fd,
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | print_manager_adapter.h | 70 const PrintAttributesAdapter& newAttrs, uint32_t fd,
|
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/ |
H A D | print_capi.cpp | 391 const PrintAttributes &newAttrs, 417 const PrintAttributes &newAttrs, in onStartLayoutWrite() argument 433 auto newAttrsPtr = BuildPrintAttributes(newAttrs); in onStartLayoutWrite()
|