Searched defs:DistributedAccountAsyncContext (Results 1 – 1 of 1) sorted by relevance
48 struct DistributedAccountAsyncContext { struct49 explicit DistributedAccountAsyncContext(napi_env napiEnv) : env(napiEnv) {} in DistributedAccountAsyncContext() function50 napi_env env = nullptr;51 napi_async_work work = nullptr;53 bool throwErr = false;54 int32_t errCode = 0;56 std::string event;57 AccountSA::OhosAccountInfo ohosAccountInfo;59 napi_deferred deferred = nullptr;60 napi_ref callbackRef = nullptr;[all …]