Searched refs:UserAuthServiceConstructor (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/ |
H A D | user_auth_entry.cpp | 39 napi_value UserAuthServiceConstructor(napi_env env, napi_callback_info info) in UserAuthServiceConstructor() function 940 …NAPI_CALL(env, napi_define_class(env, "UserAuth", NAPI_AUTO_LENGTH, UserAuthServiceConstructor, nu… in GetCtor() 951 …NAPI_CALL(env, napi_define_class(env, "UserAuth", NAPI_AUTO_LENGTH, UserAuthServiceConstructor, nu… in GetCtorForApi6()
|