Home
last modified time | relevance | path

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

/base/account/os_account/interfaces/kits/napi/distributedaccount/src/
Dnapi_distributed_account.cpp48 struct DistributedAccountAsyncContext { struct
49 explicit DistributedAccountAsyncContext(napi_env napiEnv) : env(napiEnv) {} in DistributedAccountAsyncContext() function
50 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 …]