Home
last modified time | relevance | path

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

/drivers/peripheral/user_auth/hdi_service/idm/inc/
Didm_session.h31 ResultCode AssociateCoauthSchedule(uint64_t scheduleId, uint32_t authType, bool isUpdate);
/drivers/peripheral/user_auth/test/unittest/idm_test/
Didm_session_test.cpp108 EXPECT_EQ(AssociateCoauthSchedule(0, 0, true), RESULT_NEED_INIT);
/drivers/peripheral/user_auth/hdi_service/idm/src/
Didm_session.c173 ResultCode AssociateCoauthSchedule(uint64_t scheduleId, uint32_t authType, bool isUpdate) in AssociateCoauthSchedule() function
Duser_idm_funcs.c93 ret = AssociateCoauthSchedule(enrollSchedule->scheduleId, param->authType, isUpdate); in GenerateCoAuthSchedule()