Searched refs:ScheduleInfoParam (Results 1 - 6 of 6) sorted by relevance
/drivers/peripheral/user_auth/hdi_service/coauth/inc/ |
H A D | coauth.h | 60 typedef struct ScheduleInfoParam { struct 69 } ScheduleInfoParam; typedef
|
H A D | executor_message.h | 55 ResultCode CreateScheduleInfo(const Buffer *tlv, Uint8Array peerUdid, ScheduleInfoParam *scheduleInfo);
|
/drivers/peripheral/user_auth/hdi_service/user_auth/inc/ |
H A D | user_auth_funcs.h | 81 ResultCode GenerateScheduleFunc(const Buffer *tlv, Uint8Array remoteUdid, ScheduleInfoParam *scheduleInfo);
|
/drivers/peripheral/user_auth/hdi_service/coauth/src/ |
H A D | executor_message.c | 769 IAM_STATIC ResultCode SetExecutorCollectMsgToAttribute(ScheduleInfoParam *scheduleInfo, const Uint8Array *publicKey, const Uint8Array challenge, Attribute *attribute) in SetExecutorCollectMsgToAttribute() 804 IAM_STATIC Buffer *CreateExecutorCollectMsg(const Attribute *attributeSchedule, ScheduleInfoParam *scheduleInfo) in CreateExecutorCollectMsg() 894 IAM_STATIC ResultCode GetScheduleInfoFromAttributeInner(const Attribute *attribute, ScheduleInfoParam *scheduleInfo) in GetScheduleInfoFromAttributeInner() 924 IAM_STATIC ResultCode GetScheduleInfoFromAttribute(const Attribute *attribute, ScheduleInfoParam *scheduleInfo) in GetScheduleInfoFromAttribute() 965 ResultCode CreateScheduleInfo(const Buffer *tlv, Uint8Array peerUdid, ScheduleInfoParam *scheduleInfo) in CreateScheduleInfo()
|
/drivers/peripheral/user_auth/hdi_service/service/ |
H A D | user_auth_interface_service.cpp | 1426 static bool CopyHdiScheduleInfo(const ScheduleInfoParam *in, HdiScheduleInfo *out)
in CopyHdiScheduleInfo() 1449 static void DestroyScheduleInfoParam(ScheduleInfoParam *result)
in DestroyScheduleInfoParam() 1474 ScheduleInfoParam *scheduleParam = (ScheduleInfoParam *)Malloc(sizeof(ScheduleInfoParam));
in GetLocalScheduleFromMessage()
|
/drivers/peripheral/user_auth/hdi_service/user_auth/src/ |
H A D | user_auth_funcs.c | 454 ResultCode GenerateScheduleFunc(const Buffer *tlv, Uint8Array remoteUdid, ScheduleInfoParam *scheduleInfo) in GenerateScheduleFunc()
|
Completed in 7 milliseconds