Searched refs:GetEnrolledStateFunc (Results 1 – 4 of 4) sorted by relevance
78 ResultCode GetEnrolledStateFunc(int32_t userId, uint32_t authType, EnrolledStateHal *enrolledStateH…
95 EXPECT_EQ(GetEnrolledStateFunc(userId, authType, &enrolledStateHal), RESULT_NOT_ENROLLED);
308 ResultCode GetEnrolledStateFunc(int32_t userId, uint32_t authType, EnrolledStateHal *enrolledStateH… in GetEnrolledStateFunc() function
1347 int32_t ret = GetEnrolledStateFunc(userId, authType, enrolledStateHal); in GetEnrolledState()