Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/framework/js/napi/system_timer/include/
H A Dnapi_system_timer.h43 struct CallbackInfo { struct
44 CallbackInfo(){}; in CallbackInfo() function
45 CallbackInfo(napi_env napiEnv, napi_ref napiRef) : env(napiEnv), ref(napiRef){}; in CallbackInfo() argument
51 CallbackInfo callbackInfo_; argument
/ohos5.0/base/notification/eventhandler/frameworks/cj/src/
H A Demitter.h31 struct CallbackInfo { struct
36 ~CallbackInfo(); argument
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/inc/
H A Dsoft_bus_base_socket.h70 struct CallbackInfo { struct
92 /* <messageSeq, CallbackInfo> */ argument
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/include/
H A Drequest_suspend_delay.h40 struct CallbackInfo { struct
45 CallbackInfo expiredCallbackInfo_; argument
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask.h206 struct CallbackInfo { struct
207 CallbackInfo(napi_env env, uint32_t count, napi_ref ref, Task* task) in CallbackInfo() function
209 ~CallbackInfo() in ~CallbackInfo() argument
226 napi_env hostEnv;
227 uint32_t refCount;
228 napi_ref callbackRef;
229 Task* task;
230 uv_async_t* onCallbackSignal;
231 Worker* worker;
/ohos5.0/base/security/device_security_level/interfaces/inner_api/src/standard/
H A Ddevice_security_level_callback_helper.h49 struct CallbackInfo { struct
64 std::map<uint32_t, CallbackInfo> map_; argument
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/drag/include/
H A Djs_drag_manager.h48 struct CallbackInfo : public RefBase { struct
63 void DeleteCallbackInfo(std::unique_ptr<CallbackInfo> callback); argument
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/include/
H A Djs_util.h51 struct CallbackInfo : RefBase { struct
66 static napi_value GetDeviceInfo(sptr<CallbackInfo> cb); argument
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dconnectdfs.h41 struct CallbackInfo { struct
48 CallbackInfo cbInfo; argument
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/wantagent/
H A Dnapi_want_agent.h55 struct CallbackInfo { struct
56 std::shared_ptr<WantAgent> wantAgent;
57 napi_env env = nullptr;
58 std::unique_ptr<NativeReference> nativeRef = nullptr;
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/include/
H A Djs_util_cooperate.h63 struct CallbackInfo : RefBase { struct
81 static napi_value GetEnableInfo(sptr<CallbackInfo> cb); argument
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dlocal_live_view_subscribe.h63 struct CallbackInfo { struct
68 CallbackInfo responseCallbackInfo_; argument
H A Dsubscribe.h170 struct CallbackInfo { struct
175 CallbackInfo canceCallbackInfo_; argument
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Dext_backup_js.h56 struct CallbackInfo { struct
58 CallbackInfo(std::function<void(ErrCode, std::string)> callbackIn) : callback(callbackIn) {} in CallbackInfo() function
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/coordination/include/
H A Djs_util.h64 struct CallbackInfo : RefBase { struct
79 struct MouseCallbackInfo : RefBase { argument
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_data.h62 struct CallbackInfo { struct
63 napi_env env = nullptr;
64 napi_ref callback = nullptr;
65 napi_deferred deferred;
66 int errCode = 0;
67 AbilityRuntime::NapiAsyncTask *napiAsyncTask = nullptr;
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Dphoto_output_napi.h58 struct CallbackInfo { struct
59 int32_t captureID;
60 uint64_t timestamp = 0;
61 int32_t frameCount = 0;
62 int32_t errorCode;
63 int32_t duration;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_manager.h126 struct CallbackInfo { struct
129 bool operator<(const CallbackInfo &it_) const argument
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/
H A Ddistributed_mission_manager.h118 struct CallbackInfo { struct
126 CallbackInfo cbInfo; argument
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Djs_feature_ability_common.h38 using CallbackInfo = OHOS::AppExecFwk::CallbackInfo; variable