Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/common/include/
H A Dnapi_edm_common.h26 struct AsyncCallbackInfo { struct
42 virtual ~AsyncCallbackInfo() {}; in ~AsyncCallbackInfo() argument
/ohos5.0/base/sensors/medical_sensor/interfaces/plugin/include/
H A Dmedical_napi_utils.h31 struct AsyncCallbackInfo { struct
45 void EmitAsyncCallbackWork(AsyncCallbackInfo *asyncCallbackInfo); argument
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_monitor/
H A Devent_listener.h49 struct AsyncCallbackInfo { struct
50 napi_env env;
51 std::string bundleName;
52 int32_t userId;
53 int32_t appIndex;
54 napi_ref callbackRef;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/
H A Dzlib_callback_info.h56 struct AsyncCallbackInfo { struct
57 napi_env env;
58 napi_ref callback;
59 napi_deferred deferred;
60 bool isCallBack = false;
61 ErrCode callbackResult;
62 bool deliverErrcode = false;
63 ZlibCallbackInfo *data = nullptr;
/ohos5.0/base/notification/eventhandler/frameworks/napi/include/
H A Devents_emitter.h64 struct AsyncCallbackInfo { struct
71 ~AsyncCallbackInfo(); argument
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/
H A Dbundle_status_callback.h46 struct AsyncCallbackInfo { struct
47 napi_env env_;
48 napi_ref callback_ = 0;
49 std::string bundleName_;
50 int32_t userId_;
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/common/
H A Ddm_napi_common.h60 struct AsyncCallbackInfo { struct
72 AsyncCallbackInfo<ParamT> *info = reinterpret_cast<AsyncCallbackInfo<ParamT> *>(data); in AsyncFunc() argument
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/net_ssl/net_ssl_module/src/
H A Dnet_ssl_module.cpp34 struct AsyncCallbackInfo { struct
35 napi_env env;
36 napi_async_work asyncWork;
37 napi_deferred deferred;
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Dfeature_ability_common.h58 struct AsyncCallbackInfo { struct
59 CallbackInfo cbInfo;
60 napi_async_work asyncWork = nullptr;
61 napi_deferred deferred = nullptr;
62 Ability *ability = nullptr;
64 CallAbilityParam param;
65 CallbackInfo aceCallback;
66 bool native_result;
68 int errCode = 0;
69 ContinueAbilityOptionsInfo optionInfo;
[all …]
H A Djs_feature_ability_common.h64 struct AsyncCallbackInfo { struct
65 CallbackInfo cbInfo;
66 napi_async_work asyncWork = nullptr;
67 napi_deferred deferred = nullptr;
68 Ability *ability = nullptr;
70 CallAbilityParam param;
71 CallbackInfo aceCallback;
72 bool native_result;
74 int errCode = 0;
75 ContinueAbilityOptionsInfo optionInfo;
[all …]
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/include/
H A Dnative_devicemanager_js.h36 struct AsyncCallbackInfo { struct
48 struct DeviceBasicInfoListAsyncCallbackInfo { argument
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/
H A Dbg_continuous_task_napi_module.cpp60 struct AsyncCallbackInfo : public AsyncWorkData { struct
61 explicit AsyncCallbackInfo(napi_env env) : AsyncWorkData(env) {} in AsyncCallbackInfo() argument
62 std::shared_ptr<AbilityRuntime::AbilityContext> abilityContext {nullptr};
63 uint32_t bgMode {0};
64 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> wantAgent {nullptr};
65 std::vector<uint32_t> bgModes {};
66 bool isBatchApi {false};
67 int32_t notificationId {-1}; // out
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dpublish.cpp37 struct AsyncCallbackInfo { struct
38 explicit AsyncCallbackInfo(napi_env napiEnv) : env(napiEnv) {} in AsyncCallbackInfo() function
39 ~AsyncCallbackInfo() in ~AsyncCallbackInfo()
51 napi_env env = nullptr;
53 napi_ref callback = nullptr;
54 napi_value result = nullptr;
55 int32_t reminderId = -1;
56 uint64_t excludeDate = 0;
57 bool isThrow = false;
62 std::vector<uint64_t> excludeDates;
[all …]
/ohos5.0/foundation/arkui/napi/sample/native_module_demo/
H A Dnative_module_demo.cpp53 struct AsyncCallbackInfo { struct
68 auto asyncCallbackInfo = new AsyncCallbackInfo { in TestPromise() argument
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js/include/
H A Dnative_devicemanager_js.h38 struct AsyncCallbackInfo { struct
50 struct CredentialAsyncCallbackInfo { argument
/ohos5.0/base/sensors/sensor/vibration_convert/interfaces/js/include/
H A Dvibrator_convert_napi_utils.h59 explicit AsyncCallbackInfo(napi_env env) : env(env) {} in AsyncCallbackInfo() function
/ohos5.0/base/sensors/miscdevice/frameworks/js/napi/vibrator/include/
H A Dvibrator_napi_utils.h57 AsyncCallbackInfo(napi_env env) : env(env) {} in AsyncCallbackInfo() function
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h122 struct AsyncCallbackInfo { struct
123 napi_env env_;
124 napi_async_work asyncWork_;
125 napi_deferred deferred_;
126 napi_ref callback_ = 0;
127 int errorCode_ = 0;
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_async_callback_utils.c33 } AsyncCallbackInfo; typedef
/ohos5.0/base/sensors/sensor/frameworks/js/napi/include/
H A Dasync_callback_info.h113 AsyncCallbackInfo(napi_env env, CallbackDataType type) : env(env), type(type) {} in AsyncCallbackInfo() function