Home
last modified time | relevance | path

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

/base/account/os_account/interfaces/kits/napi/distributedaccount/include/
Dnapi_distributed_account.h25 struct DistributedAccountAsyncContext { struct
28 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 id
36 std::string event;
37 AccountSA::OhosAccountInfo ohosAccountInfo;
38 std::string nativeErrMsg;
[all …]
/base/account/os_account/interfaces/kits/napi/distributedaccount/src/
Dnapi_distributed_account.cpp55 DistributedAccountAsyncContext::DistributedAccountAsyncContext(napi_env napiEnv) : env(napiEnv) in DistributedAccountAsyncContext() function in OHOS::AccountJsKit::DistributedAccountAsyncContext