Home
last modified time | relevance | path

Searched defs:AsyncContext (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/foundation/arkui/ui_appearance/interfaces/kits/napi/include/
H A Djs_ui_appearance.h28 struct AsyncContext { struct
29 napi_async_work work = nullptr;
30 napi_deferred deferred = nullptr;
31 napi_ref callbackRef = nullptr;
32 int32_t jsSetArg = -1;
33 double jsFontScale = 0;
34 double jsFontWeightScale = 0;
35 std::string errMsg;
37 UiAppearanceAbilityInterface::DarkMode mode;
38 std::string fontScale;
[all …]
/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/inc/
H A Dnapi_common.h28 struct AsyncContext { struct
38 using AsyncCtx = AsyncContext *; argument
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/include/
H A Djs_pointer_manager.h42 struct AsyncContext : RefBase { struct
49 AsyncContext(napi_env env) : env(env) {} in AsyncContext() function
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/short_key/include/
H A Djs_short_key_manager.h41 struct AsyncContext : RefBase { struct
48 explicit AsyncContext(napi_env env) : env(env) {} in AsyncContext() function
/ohos5.0/base/telephony/cellular_data/frameworks/js/napi/include/
H A Dnapi_cellular_data.h27 struct AsyncContext : BaseContext { struct
28 int32_t slotId = 0;
29 int32_t result = ERROR_SERVICE_UNAVAILABLE;
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/include/
H A Dprint_async_call.h105 struct AsyncContext { struct
113 static void DeleteContext(napi_env env, AsyncContext *context); argument
/ohos5.0/base/theme/screenlock_mgr/frameworks/js/napi/include/
H A Dasync_call.h105 struct AsyncContext { struct
114 AsyncContext *context_ = nullptr; argument
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/scan_napi/include/
H A Dscan_async_call.h110 struct AsyncContext { struct
118 static void DeleteContext(napi_env env, AsyncContext *context); argument
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/include/
H A Dasync_call.h93 struct AsyncContext { struct
100 static void DeleteContext(napi_env env, AsyncContext *context); argument
/ohos5.0/base/request/request/frameworks/js/napi/include/upload/
H A Dasync_call.h93 struct AsyncContext { struct
100 static void DeleteContext(napi_env env, AsyncContext *context); argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
H A Dnapi_queue.h116 struct AsyncContext { struct
123 ~AsyncContext() in ~AsyncContext() argument
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/
H A Dcamera_napi_const.h59 struct AsyncContext { struct
62 AsyncContext(std::string funcName, int32_t taskId) : funcName(funcName), taskId(taskId) {}; in AsyncContext() argument
66 void HoldNapiValue(napi_env env, napi_value napiValue) in HoldNapiValue()
78 void FreeHeldNapiValue(napi_env env) in FreeHeldNapiValue()
104 struct JSAsyncContextOutput { argument
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dasync_call.h104 struct AsyncContext { struct
111 static void DeleteContext(napi_env env, AsyncContext *context); argument
/ohos5.0/base/security/asset/frameworks/js/napi/inc/
H A Dasset_napi_common.h59 struct AsyncContext { struct
82 AsyncContext *CreateAsyncContext(); argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Dnapi_queue.h120 struct AsyncContext { struct
127 ~AsyncContext() in ~AsyncContext() argument
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/include/
H A Dnapi_queue.h127 struct AsyncContext { struct
134 ~AsyncContext() in ~AsyncContext() argument
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Dasync_call.h129 struct AsyncContext { struct
137 static void DeleteContext(napi_env env, AsyncContext *context); argument
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/common/
H A Dnapi_queue.h100 struct AsyncContext { struct
101 std::shared_ptr<ContextBase> ctxt;
102 NapiAsyncExecute execute = nullptr;
103 NapiAsyncComplete complete = nullptr;
104 napi_deferred deferred = nullptr;
105 napi_async_work work = nullptr;
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/system_storage/src/
H A Dnapi_system_storage.cpp29 struct AsyncContext { struct
30 std::string key;
31 std::string def;
32 std::string val;
33 std::string prefName;
34 napi_ref success;
35 napi_ref fail;
36 napi_ref complete;
37 napi_deferred deferred = nullptr;
38 int32_t output = E_ERROR;
[all …]
/ohos5.0/base/time/time_service/framework/js/napi/system_time/src/
H A Djs_systemtime.cpp26 typedef struct AsyncContext { struct
27 ~AsyncContext() in ~AsyncContext()
33 napi_env env = nullptr;
34 napi_async_work work = nullptr;
35 int64_t time = INVALID_TIME;
36 std::string timeZone = "";
39 bool isCallback = false;
40 bool isOK = false;
41 bool isNano = false;
42 int32_t errorCode = E_TIME_OK;
[all …]
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/jskits/common/
H A Dnapi_queue.h182 struct AsyncContext { struct
183 std::shared_ptr<ContextBase> ctxt;
184 NapiAsyncExecute execute = nullptr;
185 NapiAsyncComplete complete = nullptr;
186 napi_deferred deferred = nullptr;
187 napi_async_work work = nullptr;
/ohos5.0/base/telephony/core_service/frameworks/js/sim/include/
H A Dnapi_sim.h31 struct AsyncContext { struct
38 AsyncContext<bool> asyncContext; argument
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/include/
H A Dnapi_call_manager_types.h49 struct AsyncContext { struct
50 virtual ~AsyncContext() {} in ~AsyncContext() argument
65 struct DialAsyncContext : AsyncContext { argument
/ohos5.0/foundation/ai/intelligent_voice_framework/frameworks/js/napi/
H A Dintell_voice_napi_queue.h27 class AsyncContext; variable
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/provider/include/
H A Djs_datashare_ext_ability.h325 struct AsyncContext { struct
330 std::shared_ptr<AsyncContext> context; argument

12