Home
last modified time | relevance | path

Searched refs:GetAccountInfoAsyncContext (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/account/os_account/interfaces/kits/napi/domain_account/include/
H A Dnapi_domain_account_manager.h69 struct GetAccountInfoAsyncContext : public CommonAsyncContext { struct
70 GetAccountInfoAsyncContext(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in GetAccountInfoAsyncContext() argument
/ohos5.0/base/account/os_account/interfaces/kits/napi/domain_account/src/
H A Dnapi_domain_account_manager.cpp1503 napi_env env, napi_callback_info cbInfo, GetAccountInfoAsyncContext *asyncContext) in ParseParamForGetAccountInfo()
1537 delete reinterpret_cast<GetAccountInfoAsyncContext *>(work->data); in GetAccountInfoCompleteWork()
1541GetAccountInfoAsyncContext *asyncContext = reinterpret_cast<GetAccountInfoAsyncContext *>(work->da… in GetAccountInfoCompleteWork()
1571 auto *asyncContext = new (std::nothrow) GetAccountInfoAsyncContext(env_); in OnResult()
1603 GetAccountInfoAsyncContext *asyncContext = reinterpret_cast<GetAccountInfoAsyncContext *>(data); in GetAccountInfoExecuteCB()
1616 delete reinterpret_cast<GetAccountInfoAsyncContext *>(data); in GetAccountInfoCompleteCB()
1621 auto context = std::make_unique<GetAccountInfoAsyncContext>(env); in GetDomainAccountInfo()