Home
last modified time | relevance | path

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

12

/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.h28 void OnStartLayoutWrite(const ArkWebString& jobId, const ArkPrintAttributesAdapter& oldAttrs,
/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.h28 void OnStartLayoutWrite(const std::string& jobId, const NWeb::PrintAttributesAdapter& oldAttrs,
/base/web/webview/test/unittest/ohos_adapter/print_manager_adapter_impl_test/
H A Dprint_manager_adapter_impl_test.cpp60 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 Dprint_callback_stub.cpp98 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 Diprint_adapter.cpp20 void PrintDocumentAdapter::onStartLayoutWrite(const std::string &jobId, const PrintAttributes &oldAttrs, in onStartLayoutWrite() argument
H A Diprint_adapter_inner.cpp21 void PrintDocumentInnerAdapter::onStartLayoutWrite(const std::string &jobId, const PrintAttributes &oldAttrs, in onStartLayoutWrite() argument
H A Dprint_callback.cpp253 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 Dprint_callback.h40 PrintAttributes oldAttrs; member
60 bool OnCallbackAdapterLayout(const std::string &jobId, const PrintAttributes &oldAttrs,
H A Diprint_adapter_inner.h24 void onStartLayoutWrite(const std::string &jobId, const PrintAttributes &oldAttrs,
H A Diprint_adapter.h25 virtual void onStartLayoutWrite(const std::string &jobId, const PrintAttributes &oldAttrs,
H A Diprint_callback.h32 virtual bool OnCallbackAdapterLayout(const std::string &jobId, const PrintAttributes &oldAttrs,
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/mock/
H A Dmock_print_callback_stub.h41 bool OnCallbackAdapterLayout(const std::string &jobId, const PrintAttributes &oldAttrs,
/base/print/print_fwk/services/print_service/include/
H A Dprint_callback_proxy.h31 bool OnCallbackAdapterLayout(const std::string &jobId, const PrintAttributes &oldAttrs,
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_print_manager_adapter.h38 virtual void OnStartLayoutWrite(const ArkWebString& jobId, const ArkPrintAttributesAdapter& oldAttrs,
/base/print/print_fwk/services/print_service/src/
H A Dprint_callback_proxy.cpp102 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 Dprint_manager_adapter.h69 virtual void OnStartLayoutWrite(const std::string& jobId, const PrintAttributesAdapter& oldAttrs,
/base/web/webview/ohos_adapter/print_manager_adapter/include/
H A Dprint_manager_adapter_impl.h34 void onStartLayoutWrite(const std::string& jobId, const OHOS::Print::PrintAttributes& oldAttrs,
/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.h507 * @param oldAttrs The attributes of last.
514 const Print_PrintAttributes *oldAttrs,
/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_capi.cpp390 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 Dohos_adapter_helper_test.cpp49 void OnStartLayoutWrite(const std::string& jobId, const OHOS::NWeb::PrintAttributesAdapter& oldAttrs,
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h576 void OnStartLayoutWrite(const std::string& jobId, const PrintAttributesAdapter& oldAttrs,
H A Dwebview_controller.cpp1355 void WebPrintDocument::OnStartLayoutWrite(const std::string& jobId, const PrintAttributesAdapter& oldAttrs, in OnStartLayoutWrite() argument
1361 printDocAdapter_->OnStartLayoutWrite(jobId, oldAttrs, newAttrs, fd, callback); in OnStartLayoutWrite()

Completed in 12 milliseconds

12