/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/provider/include/ |
H A D | datashare_uv_queue.h | 43 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 D | uv_queue.h | 35 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 D | js_keyboard_delegate_setting.h | 80 struct UvEntry { struct 90 … UvEntry(const std::vector<std::shared_ptr<JSCallbackObject>> &cbVec, const std::string &type) in UvEntry() argument
|
H A D | js_input_method_engine_setting.h | 102 struct UvEntry { struct 109 … UvEntry(const std::vector<std::shared_ptr<JSCallbackObject>> &cbVec, const std::string &type) in UvEntry() function
|
H A D | panel_listener_impl.h | 40 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 D | uv_queue.h | 35 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 D | uv_queue.h | 35 struct UvEntry { struct 36 napi_env env; 37 NapiCallbackGetter callback; 38 NapiArgsGenerator args;
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/keyboardpanelmanager/ |
H A D | js_keyboard_panel_manager.h | 91 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 D | js_uv_queue.h | 78 struct UvEntry { struct 87 ~UvEntry(); argument
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_get_input_method_controller.h | 210 struct UvEntry { struct 224 …explicit UvEntry(const std::vector<std::shared_ptr<JSCallbackObject>> &cbVec, const std::string &t… in UvEntry() argument
|
H A D | js_get_input_method_setting.h | 130 struct UvEntry { struct 136 … UvEntry(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 D | copy.h | 109 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 D | uv_queue.h | 36 struct UvEntry { struct 37 std::weak_ptr<UvQueue> uvQueue_;
|