Home
last modified time | relevance | path

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

/base/security/certificate_framework/frameworks/js/napi/certificate/inc/
Dnapi_common.h28 struct AsyncContext { struct
37 using AsyncCtx = AsyncContext *; argument
/base/location/interfaces/inner_api/include/
Dlocation_async_context.h46 napi_deferred deferred = nullptr) : AsyncContext(env, work, deferred), loc(nullptr) {} in AsyncContext() function
59 napi_deferred deferred = nullptr) : AsyncContext(env, work, deferred), enable(false) {} in AsyncContext() function
73 : AsyncContext(env, work, deferred), timeInterval(0), enable(false) {} in AsyncContext() function
85 : AsyncContext(env, work, deferred), country(nullptr) {} in AsyncContext() function
98 : AsyncContext(env, work, deferred), loc(nullptr), request(nullptr) {} in AsyncContext() function
110 : AsyncContext(env, work, deferred), enable(false) {} in AsyncContext() function
122 : AsyncContext(env, work, deferred), msg("") {} in AsyncContext() function
134 : AsyncContext(env, work, deferred), statusInfo(nullptr) {} in AsyncContext() function
146 : AsyncContext(env, work, deferred) {} in AsyncContext() function
159 : AsyncContext(env, work, deferred), type(PRIVACY_TYPE_OTHERS), isConfirmed(false) {} in AsyncContext() function
[all …]
/base/print/print_fwk/interfaces/kits/napi/include/
Dprint_async_call.h104 struct AsyncContext { struct
112 static void DeleteContext(napi_env env, AsyncContext *context); argument
/base/theme/screenlock_mgr/frameworks/js/napi/include/
Dasync_call.h105 struct AsyncContext { struct
114 AsyncContext *context_ = nullptr; argument
/base/request/request/frameworks/js/napi/include/upload/
Dasync_call.h94 struct AsyncContext { struct
101 static void DeleteContext(napi_env env, AsyncContext *context); argument
/base/telephony/cellular_data/frameworks/js/napi/include/
Dnapi_cellular_data.h27 struct AsyncContext : BaseContext { struct
28 int32_t slotId = 0;
29 int32_t result = ERROR_SERVICE_UNAVAILABLE;
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Dasync_call.h104 struct AsyncContext { struct
111 static void DeleteContext(napi_env env, AsyncContext *context); argument
/base/time/time_service/framework/js/napi/system_time/src/
Djs_systemtime.cpp25 typedef struct AsyncContext { struct
26 ~AsyncContext() in ~AsyncContext()
32 napi_env env = nullptr;
33 napi_async_work work = nullptr;
34 int64_t time = INVALID_TIME;
35 std::string timeZone = "";
36 napi_deferred deferred = nullptr;
37 napi_ref callbackRef = nullptr;
38 bool isCallback = false;
39 bool isOK = false;
[all …]
/base/telephony/core_service/frameworks/js/sim/include/
Dnapi_sim.h33 struct AsyncContext { struct
40 AsyncContext<bool> asyncContext; argument
/base/telephony/call_manager/frameworks/js/napi/include/
Dnapi_call_manager_types.h49 struct AsyncContext { struct
50 virtual ~AsyncContext() {} in ~AsyncContext() argument
65 struct DialAsyncContext : AsyncContext { argument
/base/telephony/core_service/frameworks/js/network_search/include/
Dnapi_radio.h134 struct AsyncContext { struct
135 int32_t slotId = DEFAULT_SIM_SLOT_ID;
136 napi_async_work work = nullptr;
137 napi_deferred deferred = nullptr;
138 napi_ref callbackRef = nullptr;
139 int status = DEFAULT_ERROR;
140 int32_t result = DEFAULT_ERROR;