Searched refs:GetAccountInfoAsyncContext (Results 1 – 2 of 2) sorted by relevance
69 struct GetAccountInfoAsyncContext : public CommonAsyncContext { struct70 GetAccountInfoAsyncContext(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in GetAccountInfoAsyncContext() argument
1503 napi_env env, napi_callback_info cbInfo, GetAccountInfoAsyncContext *asyncContext) in ParseParamForGetAccountInfo()1537 delete reinterpret_cast<GetAccountInfoAsyncContext *>(work->data); in GetAccountInfoCompleteWork()1541 …GetAccountInfoAsyncContext *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()