Searched refs:createOptions (Results 1 – 5 of 5) sorted by relevance
155 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()
107 CreateAccountImplicitlyOptions createOptions; member
53 CreateAccountImplicitlyOptions createOptions; member
100 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()
203 resultCode = authenticatorProxy_->CreateAccountImplicitly(request_.createOptions, in OnAbilityConnectDone()