Searched refs:PrintCallback (Results 1 - 9 of 9) sorted by relevance
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/ |
H A D | print_callback.h | 50 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 D | print_callback.cpp | 24 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 D | print_manager_client.cpp | 824 sptr<PrintCallback> callback = new (std::nothrow) PrintCallback; in SetNativePrinterChangeCallback()
|
/base/web/webview/ohos_adapter/print_manager_adapter/src/ |
H A D | print_manager_adapter_impl.cpp | 52 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 D | print_capi.cpp | 388 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 D | printserviceability_fuzzer.cpp | 213 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 D | napi_print_task.cpp | 151 sptr<IPrintCallback> callback = new (std::nothrow) PrintCallback(env, adapterRef); in ParsePrintAdapterParameter()
|
H A D | print_task.cpp | 385 sptr<IPrintCallback> callback = new (std::nothrow) PrintCallback(env, callbackRef); in On()
|
H A D | napi_inner_print.cpp | 544 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