Searched defs:DistributedAccountAsyncContext (Results 1 – 2 of 2) sorted by relevance
25 struct DistributedAccountAsyncContext { struct28 napi_env env = nullptr;29 napi_async_work work = nullptr;31 bool throwErr = false;32 bool withLocalId = false;33 int32_t errCode = 0;34 int32_t localId = -1; // invalid local id36 std::string event;37 AccountSA::OhosAccountInfo ohosAccountInfo;38 std::string nativeErrMsg;[all …]
55 DistributedAccountAsyncContext::DistributedAccountAsyncContext(napi_env napiEnv) : env(napiEnv) in DistributedAccountAsyncContext() function in OHOS::AccountJsKit::DistributedAccountAsyncContext