/base/security/certificate_framework/frameworks/js/napi/certificate/inc/ |
D | napi_common.h | 28 struct AsyncContext { struct 37 using AsyncCtx = AsyncContext *; argument
|
/base/location/interfaces/inner_api/include/ |
D | location_async_context.h | 46 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/ |
D | print_async_call.h | 104 struct AsyncContext { struct 112 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 | 94 struct AsyncContext { struct 101 static void DeleteContext(napi_env env, AsyncContext *context); 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/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
D | async_call.h | 104 struct AsyncContext { struct 111 static void DeleteContext(napi_env env, AsyncContext *context); argument
|
/base/time/time_service/framework/js/napi/system_time/src/ |
D | js_systemtime.cpp | 25 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/ |
D | napi_sim.h | 33 struct AsyncContext { struct 40 AsyncContext<bool> asyncContext; argument
|
/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/network_search/include/ |
D | napi_radio.h | 134 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;
|