| /base/security/certificate_framework/frameworks/js/napi/certificate/inc/ |
| D | napi_common.h | 28 struct AsyncContext { struct 38 using AsyncCtx = AsyncContext *; argument
|
| /base/location/interfaces/inner_api/include/ |
| D | location_async_context.h | 47 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 …]
|
| D | geofence_async_context.h | 44 : AsyncContext(env, work, deferred), fenceId_(-1) {} in AsyncContext() function
|
| /base/security/asset/frameworks/js/napi/inc/ |
| D | asset_napi_common.h | 59 struct AsyncContext { struct 82 AsyncContext *CreateAsyncContext(); argument
|
| /base/telephony/cellular_data/frameworks/js/napi/include/ |
| D | napi_cellular_data.h | 27 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/ |
| D | print_async_call.h | 105 struct AsyncContext { struct 113 static void DeleteContext(napi_env env, AsyncContext *context); argument
|
| /base/print/print_fwk/interfaces/kits/napi/scan_napi/include/ |
| D | scan_async_call.h | 110 struct AsyncContext { struct 118 static void DeleteContext(napi_env env, AsyncContext *context); argument
|
| /base/theme/screenlock_mgr/frameworks/js/napi/include/ |
| D | async_call.h | 105 struct AsyncContext { struct 114 AsyncContext *context_ = nullptr; argument
|
| /base/request/request/frameworks/js/napi/include/upload/ |
| D | async_call.h | 93 struct AsyncContext { struct 100 static void DeleteContext(napi_env env, AsyncContext *context); argument
|
| /base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
| D | async_call.h | 129 struct AsyncContext { struct 137 static void DeleteContext(napi_env env, AsyncContext *context); argument
|
| /base/time/time_service/framework/js/napi/system_time/src/ |
| D | js_systemtime.cpp | 26 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/ |
| D | napi_call_manager_types.h | 49 struct AsyncContext { struct 50 virtual ~AsyncContext() {} in ~AsyncContext() argument 65 struct DialAsyncContext : AsyncContext { argument
|
| /base/telephony/core_service/frameworks/js/sim/include/ |
| D | napi_sim.h | 31 struct AsyncContext { struct 38 AsyncContext<bool> asyncContext; argument
|
| /base/telephony/core_service/frameworks/js/network_search/include/ |
| D | napi_radio.h | 136 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;
|