Home
last modified time | relevance | path

Searched defs:CallbackParam (Results 1 – 4 of 4) sorted by relevance

/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/
Dprint_callback.h28 struct CallbackParam { struct
29 napi_env env;
30 napi_ref ref;
31 std::mutex* mutexPtr;
32 uint32_t state;
33 PrinterInfo printerInfo;
34 PrintJob jobInfo;
36 std::string extensionId;
37 std::string info;
39 std::string jobId;
[all …]
/base/account/os_account/interfaces/kits/napi/appaccount/include/
Dnapi_app_account_authenticator_callback.h42 struct CallbackParam { struct
43 napi_env env;
44 napi_async_work work;
45 int32_t resultCode;
46 AAFwk::WantParams result;
47 AAFwk::Want request;
48 NapiAppAccountAuthenticatorCallback *callback;
/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/include/
Dscan_callback.h28 struct CallbackParam { struct
43 void InitialCallbackParam(napi_env &env_, napi_ref &ref_, std::mutex &mutex_); argument
57 typedef std::function<void(CallbackParam* &cbParam, napi_value &callbackFunc, argument
/base/account/os_account/interfaces/kits/napi/domain_account/include/
Dnapi_domain_auth_callback.h40 struct CallbackParam : public CommonAsyncContext { struct
41 CallbackParam(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in CallbackParam() argument
57 struct DomainAccountAuthCallbackParam : public CommonAsyncContext { argument