Home
last modified time | relevance | path

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

/ohos5.0/base/security/dlp_permission_service/interfaces/kits/napi_common/src/
H A Dnapi_common.cpp1378 napi_value authAccountTypeJs; in VectorAuthUserToJs() local
1379 NAPI_CALL(env, napi_create_int64(env, item.authAccountType, &authAccountTypeJs)); in VectorAuthUserToJs()
1380 …API_CALL(env, napi_set_named_property(env, objAuthUserInfo, "authAccountType", authAccountTypeJs)); in VectorAuthUserToJs()