Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
H A Dauth_instance_v9.cpp76 return UserAuthResultCode(UserAuthNapiHelper::GetResultCodeV9(status)); in GetAvailableStatus()
302 return UserAuthResultCode(UserAuthNapiHelper::GetResultCodeV9(result)); in Cancel()
H A Duser_auth_callback_v9.cpp301 resultHolder->result = UserAuthNapiHelper::GetResultCodeV9(result); in OnResult()
H A Duser_auth_napi_helper.cpp164 int32_t UserAuthNapiHelper::GetResultCodeV9(int32_t result) in GetResultCodeV9() function in OHOS::UserIam::UserAuth::UserAuthNapiHelper
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/inc/
H A Duser_auth_napi_helper.h60 static int32_t GetResultCodeV9(int32_t result);