Home
last modified time | relevance | path

Searched refs:createOptions (Results 1 – 5 of 5) sorted by relevance

/base/account/os_account/interfaces/kits/napi/appaccount/src/
Dnapi_app_account_authenticator.cpp155 param->createOptions = options; in CreateAccountImplicitly()
365 if (param->createOptions.hasAuthType) { in CreateAccountImplicitlyWork()
367 …napi_create_string_utf8(param->env, param->createOptions.authType.c_str(), NAPI_AUTO_LENGTH, &jsAu… in CreateAccountImplicitlyWork()
370 if (param->createOptions.hasRequiredLabels) { in CreateAccountImplicitlyWork()
371 … napi_value jsRequiredLabels = CreateStringArray(param->env, param->createOptions.requiredLabels); in CreateAccountImplicitlyWork()
374 …napi_value jsParams = AppExecFwk::WrapWantParams(param->env, param->createOptions.parameters.GetPa… in CreateAccountImplicitlyWork()
/base/account/os_account/frameworks/appaccount/native/include/
Dapp_account_common.h107 CreateAccountImplicitlyOptions createOptions; member
/base/account/os_account/interfaces/kits/napi/appaccount/include/
Dnapi_app_account_authenticator.h53 CreateAccountImplicitlyOptions createOptions; member
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_manager_service.cpp100 request.createOptions = options; in CreateAccountImplicitly()
101 request.createOptions.parameters.RemoveParam(Constants::KEY_CALLER_ABILITY_NAME); in CreateAccountImplicitly()
102 …request.createOptions.parameters.SetParam(Constants::KEY_CALLER_BUNDLE_NAME, request.callerBundleN… in CreateAccountImplicitly()
Dapp_account_authenticator_session.cpp203 resultCode = authenticatorProxy_->CreateAccountImplicitly(request_.createOptions, in OnAbilityConnectDone()