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.h154 struct CreateAccountImplicitlyContext : public CommonAsyncContext { struct
155 explicit CreateAccountImplicitlyContext(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in CreateAccountImplicitlyContext() argument
156 std::string owner;
157 CreateAccountImplicitlyOptions options;
158 JSAuthCallback callback;
159 sptr<IAppAccountAuthenticatorCallback> appAccountMgrCb = nullptr;