/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/ |
H A D | print_callback.h | 50 class PrintCallback : public PrintCallbackStub { 52 PrintCallback(napi_env env, napi_ref ref); 53 …explicit PrintCallback(PrintDocumentAdapter *adapter); // This interface is invoked by other domai… 54 PrintCallback(){}; // This interface is invoked by ndk C++ Object in PrintCallback() function 55 ~PrintCallback();
|
/ohos5.0/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… in PrintCallback() function in OHOS::Print::PrintCallback 32 PrintCallback::~PrintCallback() in ~PrintCallback() 340 bool PrintCallback::onBaseCallback(std::function<void(CallbackParam*)> paramFun, uv_after_work_cb a… in onBaseCallback() 380 bool PrintCallback::OnCallback() in OnCallback() 386 bool PrintCallback::OnCallback(uint32_t state, const PrinterInfo &info) in OnCallback() 399 bool PrintCallback::OnCallback(uint32_t state, const PrintJob &info) in OnCallback() 409 bool PrintCallback::OnCallback(const std::string &extensionId, const std::string &info) in OnCallback() 419 bool PrintCallback::OnCallbackAdapterLayout( in OnCallbackAdapterLayout() 446 bool PrintCallback::onCallbackAdapterJobStateChanged(const std::string jobId, const uint32_t state, in onCallbackAdapterJobStateChanged() [all …]
|
H A D | print_manager_client.cpp | 857 sptr<PrintCallback> callback = new (std::nothrow) PrintCallback; in SetNativePrinterChangeCallback()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/ets/pages/ |
H A D | myxnode.ts | 19 import {PrintCallback} from "./printcallback"; 22 let printCallback: PrintCallback; 124 SetPrintCallback(callback: PrintCallback){
|
H A D | printcallback.ts | 16 export interface PrintCallback{
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ets/ets/pages/ |
H A D | myxnode.ts | 20 import {PrintCallback} from "./printcallback"; 24 let printCallback: PrintCallback; 144 SetPrintCallback(callback: PrintCallback){
|
H A D | printcallback.ts | 16 export interface PrintCallback{
|
/ohos5.0/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(adapte… in Print() 83 …sptr<OHOS::Print::IPrintCallback> iCallback = new (std::nothrow) OHOS::Print::PrintCallback(adapte… in Print()
|
/ohos5.0/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()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
H A D | render_service_client_pointer_window_demo.cpp | 156 void PrintCallback() in PrintCallback() function 165 OnRemoteDiedCallback callback = PrintCallback; in main()
|
/ohos5.0/base/print/print_fwk/test/unittest/others/ |
H A D | print_user_data_other_test.cpp | 92 sptr<IPrintCallback> listener = new PrintCallback(); in TEST_F() 113 sptr<IPrintCallback> listener1 = new PrintCallback(); in TEST_F() 114 sptr<IPrintCallback> listener2 = new PrintCallback(); in TEST_F()
|
/ohos5.0/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()
|
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/src/ |
H A D | napi_print_task.cpp | 156 sptr<IPrintCallback> callback = new (std::nothrow) PrintCallback(env, adapterRef); in ParsePrintAdapterParameter()
|
H A D | print_task.cpp | 402 sptr<IPrintCallback> callback = new (std::nothrow) PrintCallback(env, callbackRef); in On()
|
H A D | napi_inner_print.cpp | 620 sptr<IPrintCallback> callback = new (std::nothrow) PrintCallback(env, callbackRef); in On() 700 sptr<IPrintCallback> callback = new (std::nothrow) PrintCallback(env, callbackRef); in StartGetPrintFile()
|