Home
last modified time | relevance | path

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

/base/account/os_account/interfaces/kits/napi/appaccount/include/
Dnapi_app_account_common.h169 struct CreateAccountImplicitlyContext : public CommonAsyncContext { struct
170 explicit CreateAccountImplicitlyContext(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in CreateAccountImplicitlyContext() function
171 std::string owner;
172 CreateAccountImplicitlyOptions options;
173 JSAuthCallback callback;
174 sptr<IAppAccountAuthenticatorCallback> appAccountMgrCb = nullptr;