Searched refs:GetAccountsAsyncContext (Results 1 – 3 of 3) sorted by relevance
141 struct GetAccountsAsyncContext : public CommonAsyncContext { struct294 bool ParseContextCBArray(napi_env env, napi_callback_info cbInfo, GetAccountsAsyncContext *asyncCon…298 bool ParseContextWithStrCBArray(napi_env env, napi_callback_info cbInfo, GetAccountsAsyncContext *a…
776 auto *asyncContext = new (std::nothrow) GetAccountsAsyncContext(); in GetAllAccessibleAccountsInternal()801 … GetAccountsAsyncContext *asyncContext = reinterpret_cast<GetAccountsAsyncContext *>(data); in GetAllAccessibleAccountsInternal()811 … GetAccountsAsyncContext *asyncContext = reinterpret_cast<GetAccountsAsyncContext *>(data); in GetAllAccessibleAccountsInternal()850 auto *asyncContext = new (std::nothrow) GetAccountsAsyncContext(); in GetAccountsByOwnerInternal()875 … GetAccountsAsyncContext *asyncContext = reinterpret_cast<GetAccountsAsyncContext *>(data); in GetAccountsByOwnerInternal()889 … GetAccountsAsyncContext *asyncContext = reinterpret_cast<GetAccountsAsyncContext *>(data); in GetAccountsByOwnerInternal()
1000 bool ParseContextCBArray(napi_env env, napi_callback_info cbInfo, GetAccountsAsyncContext *asyncCon… in ParseContextCBArray()1036 bool ParseContextWithStrCBArray(napi_env env, napi_callback_info cbInfo, GetAccountsAsyncContext *a… in ParseContextWithStrCBArray()