Home
last modified time | relevance | path

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

/base/security/certificate_framework/frameworks/js/napi/certificate/inc/
Dnapi_common.h28 struct AsyncContext { struct
38 using AsyncCtx = AsyncContext *; argument
/base/location/interfaces/inner_api/include/
Dlocation_async_context.h47 napi_deferred deferred = nullptr) : AsyncContext(env, work, deferred), loc(nullptr) {} in AsyncContext() function
60 napi_deferred deferred = nullptr) : AsyncContext(env, work, deferred), enable(false) {} in AsyncContext() function
74 : AsyncContext(env, work, deferred), timeInterval(0), enable(false) {} in AsyncContext() function
86 : AsyncContext(env, work, deferred), country(nullptr) {} in AsyncContext() function
99 : AsyncContext(env, work, deferred), loc(nullptr), request(nullptr) {} in AsyncContext() function
111 : AsyncContext(env, work, deferred), enable(false) {} in AsyncContext() function
123 : AsyncContext(env, work, deferred), msg("") {} in AsyncContext() function
135 : AsyncContext(env, work, deferred), statusInfo(nullptr) {} in AsyncContext() function
147 : AsyncContext(env, work, deferred) {} in AsyncContext() function
160 : AsyncContext(env, work, deferred), type(PRIVACY_TYPE_OTHERS), isConfirmed(false) {} in AsyncContext() function
[all …]
Dgeofence_async_context.h44 : AsyncContext(env, work, deferred), fenceId_(-1) {} in AsyncContext() function
/base/security/asset/frameworks/js/napi/inc/
Dasset_napi_common.h59 struct AsyncContext { struct
82 AsyncContext *CreateAsyncContext(); 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/print/print_fwk/interfaces/kits/napi/print_napi/include/
Dprint_async_call.h105 struct AsyncContext { struct
113 static void DeleteContext(napi_env env, AsyncContext *context); argument
/base/print/print_fwk/interfaces/kits/napi/scan_napi/include/
Dscan_async_call.h110 struct AsyncContext { struct
118 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.h93 struct AsyncContext { struct
100 static void DeleteContext(napi_env env, AsyncContext *context); argument
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Dasync_call.h129 struct AsyncContext { struct
137 static void DeleteContext(napi_env env, AsyncContext *context); argument
/base/time/time_service/framework/js/napi/system_time/src/
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 = "";
37 napi_deferred deferred = nullptr;
38 napi_ref callbackRef = nullptr;
39 bool isCallback = false;
40 bool isOK = false;
[all …]
/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/sim/include/
Dnapi_sim.h31 struct AsyncContext { struct
38 AsyncContext<bool> asyncContext; argument
/base/telephony/core_service/frameworks/js/network_search/include/
Dnapi_radio.h136 struct AsyncContext { struct
137 int32_t slotId = DEFAULT_SIM_SLOT_ID;
138 napi_async_work work = nullptr;
139 napi_deferred deferred = nullptr;
140 napi_ref callbackRef = nullptr;
141 int status = DEFAULT_ERROR;
142 int32_t result = DEFAULT_ERROR;