Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_common.h142 struct SelectAccountsContext : public CommonAsyncContext { struct
143 SelectAccountsContext(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in SelectAccountsContext() function
144 SelectAccountsOptions options;
145 std::vector<AppAccountInfo> appAccountInfos;
146 sptr<IAppAccountAuthenticatorCallback> appAccountMgrCb = nullptr;