Home
last modified time | relevance | path

Searched refs:OnCallbackAdapterLayout (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/
H A Diprint_callback.h32 virtual bool OnCallbackAdapterLayout(const std::string &jobId, const PrintAttributes &oldAttrs,
H A Dprint_callback.h60 bool OnCallbackAdapterLayout(const std::string &jobId, const PrintAttributes &oldAttrs,
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_callback_proxy.h31 bool OnCallbackAdapterLayout(const std::string &jobId, const PrintAttributes &oldAttrs,
/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() function
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
H A Dprint_callback_stub.cpp108 bool result = OnCallbackAdapterLayout(jobId, *oldAttrs, *newAttrs, fd); in HandlePrintAdapterJobEvent()
H A Dprint_callback.cpp419 bool PrintCallback::OnCallbackAdapterLayout( in OnCallbackAdapterLayout() function in OHOS::Print::PrintCallback
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_callback_proxy.cpp122 bool PrintCallbackProxy::OnCallbackAdapterLayout(const std::string &jobId, const PrintAttributes &o… in OnCallbackAdapterLayout() function in OHOS::Print::PrintCallbackProxy
H A Dprint_service_ability.cpp2521 eventIt->second->OnCallbackAdapterLayout(jobId, oldAttrs, printAttributes, fd); in StartGetPrintFile()