Home
last modified time | relevance | path

Searched defs:oldAttrs (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
H A Diprint_adapter.cpp20 …PrintDocumentAdapter::onStartLayoutWrite(const std::string &jobId, const PrintAttributes &oldAttrs, in onStartLayoutWrite()
H A Diprint_adapter_inner.cpp21 …DocumentInnerAdapter::onStartLayoutWrite(const std::string &jobId, const PrintAttributes &oldAttrs, in onStartLayoutWrite()
H A Dprint_callback_stub.cpp99 auto oldAttrs = PrintAttributes::Unmarshalling(data); in HandlePrintAdapterJobEvent() local
H A Dprint_callback.cpp420 …const std::string &jobId, const PrintAttributes &oldAttrs, const PrintAttributes &newAttrs, uint32… in OnCallbackAdapterLayout()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_print_document_adapter_adapter_impl.cpp30const ArkPrintAttributesAdapter& oldAttrs, const ArkPrintAttributesAdapter& newAttrs, uint32_t fd, in OnStartLayoutWrite()
/ohos5.0/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, in OnStartLayoutWrite()
96 OHOS::Print::PrintAttributes oldAttrs = OHOS::Print::PrintAttributes(); variable
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_print_document_adapter_adapter_wrapper.cpp30const NWeb::PrintAttributesAdapter& oldAttrs, const NWeb::PrintAttributesAdapter& newAttrs, uint32… in OnStartLayoutWrite()
/ohos5.0/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, in OnCallbackAdapterLayout()
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/
H A Dprint_callback.h40 PrintAttributes oldAttrs; member
/ohos5.0/base/web/webview/ohos_adapter/print_manager_adapter/src/
H A Dprint_manager_adapter_impl.cpp145const OHOS::Print::PrintAttributes& oldAttrs, const OHOS::Print::PrintAttributes& newAttrs, uint32… in onStartLayoutWrite()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_callback_proxy.cpp122 …ntCallbackProxy::OnCallbackAdapterLayout(const std::string &jobId, const PrintAttributes &oldAttrs, in OnCallbackAdapterLayout()
H A Dprint_service_ability.cpp2511 PrintAttributes oldAttrs; in StartGetPrintFile() local
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_callback_stub_test.cpp210 PrintAttributes oldAttrs; variable
/ohos5.0/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& oldAtt… in OnStartLayoutWrite()
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_capi.cpp416 const PrintAttributes &oldAttrs, in onStartLayoutWrite()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp1355 …PrintDocument::OnStartLayoutWrite(const std::string& jobId, const PrintAttributesAdapter& oldAttrs, in OnStartLayoutWrite()