/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/common/include/ |
H A D | napi_edm_common.h | 26 struct AsyncCallbackInfo { struct 42 virtual ~AsyncCallbackInfo() {}; in ~AsyncCallbackInfo() argument
|
/ohos5.0/base/sensors/medical_sensor/interfaces/plugin/include/ |
H A D | medical_napi_utils.h | 31 struct AsyncCallbackInfo { struct 45 void EmitAsyncCallbackWork(AsyncCallbackInfo *asyncCallbackInfo); argument
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_monitor/ |
H A D | event_listener.h | 49 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 D | zlib_callback_info.h | 56 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 D | events_emitter.h | 64 struct AsyncCallbackInfo { struct 71 ~AsyncCallbackInfo(); argument
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/ |
H A D | bundle_status_callback.h | 46 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 D | dm_napi_common.h | 60 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 D | net_ssl_module.cpp | 34 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 D | feature_ability_common.h | 58 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 D | js_feature_ability_common.h | 64 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 D | native_devicemanager_js.h | 36 struct AsyncCallbackInfo { struct 48 struct DeviceBasicInfoListAsyncCallbackInfo { argument
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/ |
H A D | bg_continuous_task_napi_module.cpp | 60 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 D | publish.cpp | 37 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 D | native_module_demo.cpp | 53 struct AsyncCallbackInfo { struct 68 auto asyncCallbackInfo = new AsyncCallbackInfo { in TestPromise() argument
|
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js/include/ |
H A D | native_devicemanager_js.h | 38 struct AsyncCallbackInfo { struct 50 struct CredentialAsyncCallbackInfo { argument
|
/ohos5.0/base/sensors/sensor/vibration_convert/interfaces/js/include/ |
H A D | vibrator_convert_napi_utils.h | 59 explicit AsyncCallbackInfo(napi_env env) : env(env) {} in AsyncCallbackInfo() function
|
/ohos5.0/base/sensors/miscdevice/frameworks/js/napi/vibrator/include/ |
H A D | vibrator_napi_utils.h | 57 AsyncCallbackInfo(napi_env env) : env(env) {} in AsyncCallbackInfo() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_utils.h | 122 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 D | lnn_async_callback_utils.c | 33 } AsyncCallbackInfo; typedef
|
/ohos5.0/base/sensors/sensor/frameworks/js/napi/include/ |
H A D | async_callback_info.h | 113 AsyncCallbackInfo(napi_env env, CallbackDataType type) : env(env), type(type) {} in AsyncCallbackInfo() function
|