Home
last modified time | relevance | path

Searched defs:RESULT_NEED_INIT (Results 1 - 9 of 9) sorted by relevance

/drivers/peripheral/user_auth/test/unittest/co_auth/
H A Dco_auth_funcs_test.cpp48 EXPECT_EQ(RegisterExecutor(&info, &index), RESULT_NEED_INIT); in HWTEST_F() local
55 EXPECT_EQ(UnregisterExecutorToPool(index), RESULT_NEED_INIT); in HWTEST_F() local
H A Dpool_test.cpp95 EXPECT_EQ(RegisterExecutorToPool(nullptr), RESULT_NEED_INIT); in HWTEST_F() local
110 EXPECT_EQ(RegisterExecutorToPool(nullptr), RESULT_NEED_INIT); in HWTEST_F() local
130 EXPECT_EQ(UnregisterExecutorToPool(index), RESULT_NEED_INIT); in HWTEST_F() local
191 EXPECT_EQ(QueryCollecterMatcher(authType1, executorSensorHint, nullptr), RESULT_NEED_INIT); in HWTEST_F() local
H A Dco_auth_test.cpp99 EXPECT_EQ(AddCoAuthSchedule(nullptr), RESULT_NEED_INIT); in HWTEST_F() local
118 EXPECT_EQ(RemoveCoAuthSchedule(scheduleId), RESULT_NEED_INIT); in HWTEST_F() local
/drivers/peripheral/user_auth/test/unittest/idm_test/
H A Didm_session_test.cpp91 EXPECT_EQ(CheckChallenge(&challenge, CHALLENGE_LEN), RESULT_NEED_INIT); in HWTEST_F() local
123 EXPECT_EQ(GetEnrollScheduleInfo(&scheduleId, &authType), RESULT_NEED_INIT); in HWTEST_F() local
127 EXPECT_EQ(GetEnrollScheduleInfo(&scheduleId, &authType), RESULT_NEED_INIT); in HWTEST_F() local
136 EXPECT_EQ(CheckSessionTimeout(), RESULT_NEED_INIT); in HWTEST_F() local
168 EXPECT_EQ(GetChallenge(challengeArray, arrayLen), RESULT_NEED_INIT); in HWTEST_F() local
H A Duser_idm_funcs_test.cpp128 EXPECT_EQ(CheckUpdatePermission(param, &scheduleId), RESULT_NEED_INIT); in HWTEST_F() local
/drivers/peripheral/user_auth/test/unittest/user_auth_test/
H A Dcontext_manager_test.cpp73 EXPECT_EQ(GenerateAuthContext(param, &context), RESULT_NEED_INIT); in HWTEST_F() local
/drivers/peripheral/pin_auth/hdi_service/common/inc/
H A Ddefines.h45 RESULT_NEED_INIT = 0x5, enumerator
/drivers/peripheral/user_auth/test/unittest/database/
H A Didm_database_test.cpp293 EXPECT_EQ(AddCredentialToUser(nullptr, nullptr), RESULT_NEED_INIT); in HWTEST_F() local
598 EXPECT_EQ(QueryCredentialUserId(credentialId, &userId), RESULT_NEED_INIT); in HWTEST_F() local
/drivers/peripheral/user_auth/hdi_service/utils/inc/
H A Ddefines.h62 RESULT_NEED_INIT = INNER_RESULT_VENDOR_ERROR_CODE_BEGIN + 0x5, enumerator

Completed in 7 milliseconds