Home
last modified time | relevance | path

Searched defs:UvEntry (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/provider/include/
H A Ddatashare_uv_queue.h43 struct UvEntry { struct
44 napi_env env;
45 NapiVoidFunc func;
46 bool done;
47 std::condition_variable condition;
48 std::mutex mutex;
49 std::atomic_int32_t count;
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H A Duv_queue.h35 struct UvEntry { struct
36 napi_env env;
37 NapiCallbackGetter callback;
38 NapiArgsGenerator args;
39 bool sendable;
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_keyboard_delegate_setting.h80 struct UvEntry { struct
90UvEntry(const std::vector<std::shared_ptr<JSCallbackObject>> &cbVec, const std::string &type) in UvEntry() argument
H A Djs_input_method_engine_setting.h102 struct UvEntry { struct
109UvEntry(const std::vector<std::shared_ptr<JSCallbackObject>> &cbVec, const std::string &type) in UvEntry() function
H A Dpanel_listener_impl.h40 struct UvEntry { struct
43 explicit UvEntry(const std::shared_ptr<JSCallbackObject> &cb) : cbCopy(cb) in UvEntry() argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
H A Duv_queue.h35 struct UvEntry { struct
36 napi_env env;
37 NapiCallbackGetter callback;
38 NapiArgsGenerator args;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Duv_queue.h35 struct UvEntry { struct
36 napi_env env;
37 NapiCallbackGetter callback;
38 NapiArgsGenerator args;
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/keyboardpanelmanager/
H A Djs_keyboard_panel_manager.h91 struct UvEntry { struct
97 …explicit UvEntry(const std::vector<std::shared_ptr<JSCallbackObject>> &cbVec, const std::string &t… in UvEntry() argument
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/include/
H A Djs_uv_queue.h78 struct UvEntry { struct
87 ~UvEntry(); argument
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.h210 struct UvEntry { struct
224 …explicit UvEntry(const std::vector<std::shared_ptr<JSCallbackObject>> &cbVec, const std::string &t… in UvEntry() argument
H A Djs_get_input_method_setting.h130 struct UvEntry { struct
136UvEntry(const std::vector<std::shared_ptr<JSCallbackObject>> &cbVec, const std::string &type) in UvEntry() function
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcopy.h109 struct UvEntry { struct
114 UvEntry(const std::shared_ptr<JsCallbackObject> &cb, std::shared_ptr<FileInfos> fileInfos) in UvEntry() function
118 explicit UvEntry(const std::shared_ptr<JsCallbackObject> &cb) : callback(cb) {} in UvEntry() argument
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/common/
H A Duv_queue.h36 struct UvEntry { struct
37 std::weak_ptr<UvQueue> uvQueue_;