Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_authenticator.cpp403 napi_value jsAuthType; in AddAccountImplicitlyWork() local
404 napi_create_string_utf8(param->env, param->authType.c_str(), NAPI_AUTO_LENGTH, &jsAuthType); in AddAccountImplicitlyWork()
409 napi_value argv[] = { jsAuthType, jsCallerBundleName, jsOptions, jsCallback}; in AddAccountImplicitlyWork()
424 napi_value jsAuthType; in AuthenticateWork() local
425 napi_create_string_utf8(param->env, param->authType.c_str(), NAPI_AUTO_LENGTH, &jsAuthType); in AuthenticateWork()
430 napi_value argv[] = { jsName, jsAuthType, jsCallerBundleName, jsOptions, jsCallback}; in AuthenticateWork()
446 napi_value jsAuthType; in CreateAccountImplicitlyWork() local
448 napi_set_named_property(param->env, jsObject, "authType", jsAuthType); in CreateAccountImplicitlyWork()
472 napi_value jsAuthType; in AuthWork() local
473 napi_create_string_utf8(param->env, param->authType.c_str(), NAPI_AUTO_LENGTH, &jsAuthType); in AuthWork()
[all …]