Home
last modified time | relevance | path

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

/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()
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 Dark_print_document_adapter_adapter_impl.h29 const ArkPrintAttributesAdapter& newAttrs, uint32_t fd,
/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_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 Dark_print_document_adapter_adapter_wrapper.h29 const NWeb::PrintAttributesAdapter& newAttrs, uint32_t fd,
/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,
97 OHOS::Print::PrintAttributes newAttrs = 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 Dprint_callback_stub.cpp99 auto newAttrs = 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 Diprint_adapter.cpp21 const PrintAttributes &newAttrs, uint32_t fd, in onStartLayoutWrite()
20 onStartLayoutWrite(const std::string &jobId, const PrintAttributes &oldAttrs, const PrintAttributes &newAttrs, uint32_t fd, std::function<void(std::string, uint32_t)> writeResultCallback) onStartLayoutWrite() argument
H A Diprint_adapter_inner.cpp22 const PrintAttributes &newAttrs, uint32_t fd, in onStartLayoutWrite()
21 onStartLayoutWrite(const std::string &jobId, const PrintAttributes &oldAttrs, const PrintAttributes &newAttrs, uint32_t fd, std::function<void(std::string, uint32_t)> writeResultCallback) onStartLayoutWrite() argument
H A Dprint_callback.cpp255 PrintAttributesHelper::MakeJsObject(cbParam->env, cbParam->newAttrs); in PrintAdapterAfterCallFun()
416 const std::string &jobId, const PrintAttributes &oldAttrs, const PrintAttributes &newAttrs, uint32_t fd)
418 PRINT_HILOGI("PrintCallback OnCallbackAdapterLayout Notification in, jobId:%{public}s newAttrs copyNum:%{public}d",
420 newAttrs.GetCopyNumber());
423 adapter_->onStartLayoutWrite(jobId, oldAttrs, newAttrs, fd, [](std::string jobId, uint32_t state) {
432 [jobId, oldAttrs, newAttrs, fd](CallbackParam *param) {
435 param->newAttrs = newAttrs;
/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_inner.h25 const PrintAttributes &newAttrs,
H A Diprint_adapter.h26 const PrintAttributes &newAttrs,
H A Diprint_callback.h33 const PrintAttributes &newAttrs, uint32_t fd) = 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
/base/print/print_fwk/services/print_service/include/
H A Dprint_callback_proxy.h32 const PrintAttributes &newAttrs, uint32_t fd) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_print_manager_adapter.h39 const ArkPrintAttributesAdapter& newAttrs, uint32_t fd,
/base/print/print_fwk/services/print_service/src/
H A Dprint_callback_proxy.cpp103 const PrintAttributes &newAttrs, uint32_t fd) in OnCallbackAdapterLayout()
117 newAttrs.Marshalling(data); in OnCallbackAdapterLayout()
102 OnCallbackAdapterLayout(const std::string &jobId, const PrintAttributes &oldAttrs, const PrintAttributes &newAttrs, uint32_t fd) OnCallbackAdapterLayout() argument
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dprint_manager_adapter.h70 const PrintAttributesAdapter& newAttrs, uint32_t fd,
/base/web/webview/ohos_adapter/print_manager_adapter/include/
H A Dprint_manager_adapter_impl.h35 const OHOS::Print::PrintAttributes& newAttrs, uint32_t fd,
/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_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 Dohprint.h508 * @param newAttrs The attributes of current.
515 const Print_PrintAttributes *newAttrs,
/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_capi.cpp391 const PrintAttributes &newAttrs,
417 const PrintAttributes &newAttrs, in onStartLayoutWrite()
433 auto newAttrsPtr = BuildPrintAttributes(newAttrs); 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 Dohos_adapter_helper_test.cpp50 const OHOS::NWeb::PrintAttributesAdapter& newAttrs, uint32_t fd,
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h577 const PrintAttributesAdapter& newAttrs, uint32_t fd,
H A Dwebview_controller.cpp1356 const PrintAttributesAdapter& newAttrs, uint32_t fd, std::function<void(std::string, uint32_t)> writeResultCallback) in OnStartLayoutWrite()
1361 printDocAdapter_->OnStartLayoutWrite(jobId, oldAttrs, newAttrs, fd, callback); in OnStartLayoutWrite()
1355 OnStartLayoutWrite(const std::string& jobId, const PrintAttributesAdapter& oldAttrs, const PrintAttributesAdapter& newAttrs, uint32_t fd, std::function<void(std::string, uint32_t)> writeResultCallback) OnStartLayoutWrite() argument

Completed in 21 milliseconds