Home
last modified time | relevance | path

Searched defs:AsyncCallbackInfo (Results 1 – 6 of 6) sorted by relevance

/base/customization/enterprise_device_management/interfaces/kits/common/include/
Dnapi_edm_common.h26 struct AsyncCallbackInfo { struct
42 virtual ~AsyncCallbackInfo() {}; in ~AsyncCallbackInfo() argument
/base/sensors/medical_sensor/interfaces/plugin/include/
Dmedical_napi_utils.h29 struct AsyncCallbackInfo { struct
43 void EmitAsyncCallbackWork(AsyncCallbackInfo *async_callback_info); argument
/base/notification/eventhandler/frameworks/napi/include/
Devents_emitter.h61 struct AsyncCallbackInfo { struct
72 AsyncCallbackInfo* callbackInfo; argument
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dpublish.cpp32 struct AsyncCallbackInfo { struct
33 explicit AsyncCallbackInfo(napi_env napiEnv) : env(napiEnv) {} in AsyncCallbackInfo() function
34 ~AsyncCallbackInfo() in ~AsyncCallbackInfo()
46 napi_env env = nullptr;
47 napi_async_work asyncWork = nullptr;
48 napi_ref callback = nullptr;
49 napi_value result = nullptr;
50 int32_t reminderId = -1;
51 bool isThrow = false;
52 NotificationNapi::NotificationConstant::SlotType inType
[all …]
/base/sensors/miscdevice/interfaces/plugin/vibrator/include/
Dvibrator_napi_utils.h57 AsyncCallbackInfo(napi_env env) : env(env) {} in AsyncCallbackInfo() function
/base/sensors/sensor/interfaces/plugin/include/
Dasync_callback_info.h110 AsyncCallbackInfo(napi_env env, CallbackDataType type) : env(env), type(type) {} in AsyncCallbackInfo() function