Searched refs:OnCallbackAdapterLayout (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/ |
H A D | iprint_callback.h | 32 virtual bool OnCallbackAdapterLayout(const std::string &jobId, const PrintAttributes &oldAttrs,
|
H A D | print_callback.h | 60 bool OnCallbackAdapterLayout(const std::string &jobId, const PrintAttributes &oldAttrs,
|
/ohos5.0/base/print/print_fwk/services/print_service/include/ |
H A D | print_callback_proxy.h | 31 bool OnCallbackAdapterLayout(const std::string &jobId, const PrintAttributes &oldAttrs,
|
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/mock/ |
H A D | mock_print_callback_stub.h | 41 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 D | print_callback_stub.cpp | 108 bool result = OnCallbackAdapterLayout(jobId, *oldAttrs, *newAttrs, fd); in HandlePrintAdapterJobEvent()
|
H A D | print_callback.cpp | 419 bool PrintCallback::OnCallbackAdapterLayout( in OnCallbackAdapterLayout() function in OHOS::Print::PrintCallback
|
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | print_callback_proxy.cpp | 122 bool PrintCallbackProxy::OnCallbackAdapterLayout(const std::string &jobId, const PrintAttributes &o… in OnCallbackAdapterLayout() function in OHOS::Print::PrintCallbackProxy
|
H A D | print_service_ability.cpp | 2521 eventIt->second->OnCallbackAdapterLayout(jobId, oldAttrs, printAttributes, fd); in StartGetPrintFile()
|