Searched refs:GetReuseUnlockResult (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/drivers/peripheral/user_auth/test/unittest/user_auth_test/ |
H A D | user_auth_funcs_test.cpp | 27 …extern ResultCode GetReuseUnlockResult(const ReuseUnlockParamHal *info, ReuseUnlockResult *reuseRe… 103 EXPECT_EQ(GetReuseUnlockResult(&info, &reuseResult), RESULT_GENERAL_ERROR); 111 EXPECT_EQ(GetReuseUnlockResult(&info, &reuseResult), RESULT_VERIFY_TOKEN_FAIL); 116 EXPECT_EQ(GetReuseUnlockResult(&info, &reuseResult), RESULT_GENERAL_ERROR); 120 EXPECT_EQ(GetReuseUnlockResult(&info, &reuseResult), RESULT_SUCCESS);
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/ |
H A D | user_auth_funcs.c | 366 IAM_STATIC ResultCode GetReuseUnlockResult(const ReuseUnlockParamHal *info, ReuseUnlockResult *reus… in GetReuseUnlockResult() function 408 ResultCode ret = GetReuseUnlockResult(info, reuseResult); in CheckReuseUnlockResultFunc()
|