Home
last modified time | relevance | path

Searched refs:PrintCallback (Results 1 - 9 of 9) sorted by relevance

/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/
H A Dprint_callback.h50 class PrintCallback : public PrintCallbackStub { class
52 PrintCallback(napi_env env, napi_ref ref);
53 explicit PrintCallback(PrintDocumentAdapter *adapter); // This interface is invoked by other domains.
54 PrintCallback(){}; // This interface is invoked by ndk C++ Object in PrintCallback() function in OHOS::Print::PrintCallback
55 ~PrintCallback();
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
H A Dprint_callback.cpp24 PrintCallback::PrintCallback(napi_env env, napi_ref ref) : env_(env), ref_(ref), adapter_(nullptr) in PrintCallback() function in OHOS::Print::PrintCallback
28 PrintCallback::PrintCallback(PrintDocumentAdapter* adapter) : env_(nullptr), ref_(nullptr), adapter_(adapter) in PrintCallback() function in OHOS::Print::PrintCallback
32 PrintCallback::~PrintCallback() in ~PrintCallback()
58 PRINT_HILOGD("uv_queue_work PrintCallback DeleteReference"); in ~PrintCallback()
336 bool PrintCallback::onBaseCallback(std::function<void(CallbackParam*)> paramFun, uv_after_work_cb after_work_cb) in onBaseCallback()
376 bool PrintCallback::OnCallback() in OnCallback()
382 bool PrintCallback
[all...]
H A Dprint_manager_client.cpp824 sptr<PrintCallback> callback = new (std::nothrow) PrintCallback; in SetNativePrinterChangeCallback()
/base/web/webview/ohos_adapter/print_manager_adapter/src/
H A Dprint_manager_adapter_impl.cpp52 sptr<OHOS::Print::IPrintCallback> iCallback = new (std::nothrow) OHOS::Print::PrintCallback(adapter); in Print()
83 sptr<OHOS::Print::IPrintCallback> iCallback = new (std::nothrow) OHOS::Print::PrintCallback(adapter); in Print()
/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_capi.cpp388 explicit PrintDocumentAdapterWrapper(Print_PrintDocCallback PrintCallback);
410 PrintDocumentAdapterWrapper::PrintDocumentAdapterWrapper(Print_PrintDocCallback PrintCallback) in PrintDocumentAdapterWrapper() argument
412 printCb_ = PrintCallback; in PrintDocumentAdapterWrapper()
556 OHOS::sptr<IPrintCallback> printCb = new (std::nothrow) PrintCallback(wrapper); in OH_Print_StartPrintByNative()
/base/print/print_fwk/test/fuzztest/printserviceability_fuzzer/
H A Dprintserviceability_fuzzer.cpp213 sptr <PrintCallback> callback = new(std::nothrow) PrintCallback(printerAdapterPtr); in TestOn()
234 sptr <PrintCallback> callback = new(std::nothrow) PrintCallback(printerAdapterPtr); in TestCallback()
/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dnapi_print_task.cpp151 sptr<IPrintCallback> callback = new (std::nothrow) PrintCallback(env, adapterRef); in ParsePrintAdapterParameter()
H A Dprint_task.cpp385 sptr<IPrintCallback> callback = new (std::nothrow) PrintCallback(env, callbackRef); in On()
H A Dnapi_inner_print.cpp544 sptr<IPrintCallback> callback = new (std::nothrow) PrintCallback(env, callbackRef); in On()
611 sptr<IPrintCallback> callback = new (std::nothrow) PrintCallback(env, callbackRef); in StartGetPrintFile()

Completed in 10 milliseconds