Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/
H A 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 …]
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A 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;
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/include/
H A 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
/ohos5.0/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/
H A Dnapi_observer_callback.h37 struct CallbackParam { struct
40CallbackParam(NapiObserver *napiObserver, NotifyMessage notifyMessage) : napiObserver(napiObserver… in CallbackParam() argument
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/include/
H A Dnapi_remote_object_internal.h35 struct CallbackParam { struct
36 napi_env env;
37 napi_ref thisVarRef;
38 uint32_t code;
39 MessageParcel *data;
40 MessageParcel *reply;
41 MessageOption *option;
42 CallingInfo callingInfo;
43 CallingInfo oldCallingInfo;
44 ThreadLockInfo *lockInfo;
[all …]
/ohos5.0/base/account/os_account/interfaces/kits/napi/domain_account/include/
H A 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
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_socket_observer.h36 } CallbackParam; typedef
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-TreeView.md252 ## CallbackParam section
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-TreeView.md236 ## CallbackParam section
/ohos5.0/foundation/arkui/advanced_ui_component/doc/
H A Dts-composite-components-treeview.md218 ## CallbackParam section