Home
last modified time | relevance | path

Searched refs:newAttrs (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_print_document_adapter_adapter_impl.cpp30 … 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 Dark_print_document_adapter_adapter_impl.h29 const ArkPrintAttributesAdapter& newAttrs, uint32_t fd,
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/print_manager_adapter_impl_test/
H A Dprint_manager_adapter_impl_test.cpp61 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 Dark_print_document_adapter_adapter_wrapper.cpp30 …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 Dark_print_document_adapter_adapter_wrapper.h29 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.md39 …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 Dohprint_8h.md36 …oldAttrs, const [Print_PrintAttributes](_print___print_attributes.md) \*newAttrs, [Print_WriteResu…
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
H A Dprint_callback_stub.cpp100 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 Dprint_callback.cpp259 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 Diprint_adapter.cpp21 const PrintAttributes &newAttrs, uint32_t fd, in onStartLayoutWrite() argument
H A Diprint_adapter_inner.cpp22 const PrintAttributes &newAttrs, uint32_t fd, in onStartLayoutWrite() argument
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/
H A Dprint_callback.h41 PrintAttributes newAttrs; member
61 const PrintAttributes &newAttrs, uint32_t fd) override;
H A Diprint_adapter.h26 const PrintAttributes &newAttrs,
H A Diprint_adapter_inner.h25 const PrintAttributes &newAttrs,
H A Diprint_callback.h33 const PrintAttributes &newAttrs, uint32_t fd) = 0;
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A D_o_h___print.md39 …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 Dohprint_8h.md36 …oldAttrs, const [Print_PrintAttributes](_print___print_attributes.md) \*newAttrs, [Print_WriteResu…
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_callback_proxy.cpp123 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 Dprint_manager_adapter_impl.cpp145 …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 Dprint_callback_proxy.h32 const PrintAttributes &newAttrs, uint32_t fd) override;
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/mock/
H A Dmock_print_callback_stub.h42 const PrintAttributes &newAttrs, uint32_t fd) override in OnCallbackAdapterLayout() argument
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_print_manager_adapter.h39 const ArkPrintAttributesAdapter& newAttrs, uint32_t fd,
/ohos5.0/base/web/webview/ohos_adapter/print_manager_adapter/include/
H A Dprint_manager_adapter_impl.h35 const OHOS::Print::PrintAttributes& newAttrs, uint32_t fd,
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dprint_manager_adapter.h70 const PrintAttributesAdapter& newAttrs, uint32_t fd,
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_capi.cpp391 const PrintAttributes &newAttrs,
417 const PrintAttributes &newAttrs, in onStartLayoutWrite() argument
433 auto newAttrsPtr = BuildPrintAttributes(newAttrs); in onStartLayoutWrite()

12