Home
last modified time | relevance | path

Searched defs:coAuthSchedule (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dcoauth.c53 CoAuthSchedule *CopyCoAuthSchedule(const CoAuthSchedule *coAuthSchedule) in CopyCoAuthSchedule()
80 void DestroyCoAuthSchedule(CoAuthSchedule *coAuthSchedule) in DestroyCoAuthSchedule()
105 ResultCode AddCoAuthSchedule(const CoAuthSchedule *coAuthSchedule) in AddCoAuthSchedule()
141 const CoAuthSchedule *coAuthSchedule = (const CoAuthSchedule *)data; in IsScheduleMatch() local
221 IAM_STATIC ResultCode MountExecutorOnce(const LinkedList *executors, CoAuthSchedule *coAuthSchedule, in MountExecutorOnce()
252 IAM_STATIC ResultCode MountExecutor(const ScheduleParam *param, CoAuthSchedule *coAuthSchedule) in MountExecutor()
304 uint32_t GetScheduleVerifierSensorHint(const CoAuthSchedule *coAuthSchedule) in GetScheduleVerifierSensorHint()
326 CoAuthSchedule *coAuthSchedule = Malloc(sizeof(CoAuthSchedule)); in GenerateSchedule() local
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Dauth_level.c50 IAM_STATIC ResultCode QueryScheduleAsl(const CoAuthSchedule *coAuthSchedule, uint32_t *asl) in QueryScheduleAsl()
67 ResultCode QueryScheduleAtl(const CoAuthSchedule *coAuthSchedule, uint32_t acl, uint32_t *atl) in QueryScheduleAtl()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp531 auto coAuthSchedule = static_cast<CoAuthSchedule *>(tempNode->data); in BeginAuthentication() local