Searched defs:msgType (Results 1 – 1 of 1) sorted by relevance
| /drivers/peripheral/user_auth/hdi_service/common/src/ |
| D | tlv_wrapper.c | 113 static uint8_t *GetTlvValue(TlvListNode *node, int32_t msgType, uint32_t *len) in GetTlvValue() 134 int32_t ParseUint64Para(TlvListNode *node, int32_t msgType, uint64_t *retVal) in ParseUint64Para() 150 int32_t ParseInt64Para(TlvListNode *node, int32_t msgType, int64_t *retVal) in ParseInt64Para() 166 int32_t ParseUint32Para(TlvListNode *node, int32_t msgType, uint32_t *retVal) in ParseUint32Para() 182 int32_t ParseInt32Para(TlvListNode *node, int32_t msgType, int32_t *retVal) in ParseInt32Para() 198 Buffer *ParseBuffPara(TlvListNode *node, int32_t msgType) in ParseBuffPara() 218 int32_t ParseUint8Para(TlvListNode *node, int32_t msgType, uint8_t *retVal) in ParseUint8Para() 234 int32_t GetUint64Para(TlvListNode *head, int32_t msgType, uint64_t *retVal) in GetUint64Para() 255 int32_t GetUint32Para(TlvListNode *head, int32_t msgType, uint32_t *retVal) in GetUint32Para() 276 int32_t GetInt32Para(TlvListNode *head, int32_t msgType, int32_t *retVal) in GetInt32Para() [all …]
|