Searched defs:SelectAccountsContext (Results 1 – 1 of 1) sorted by relevance
142 struct SelectAccountsContext : public CommonAsyncContext { struct143 SelectAccountsContext(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in SelectAccountsContext() function144 SelectAccountsOptions options;145 std::vector<AppAccountInfo> appAccountInfos;146 sptr<IAppAccountAuthenticatorCallback> appAccountMgrCb = nullptr;