Home
last modified time | relevance | path

Searched refs:TlvErrorCode (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk_lite/source/
H A Ddmslite_parser.c49 static TlvErrorCode TlvBytesToLength(const uint8_t *bytesBuffer, uint16_t bufLength, in TlvBytesToLength()
80 static TlvErrorCode TlvFillNode(const uint8_t *byteBuffer, uint16_t bufLength, in TlvFillNode()
96 TlvErrorCode errCode = TlvBytesToLength(lengthPartAddr, bufLength - curTlvNodeLen, in TlvFillNode()
139 static inline TlvErrorCode CheckNodeSequence(const TlvNode *lastNode, const TlvNode *curNode) in CheckNodeSequence()
153 static inline TlvErrorCode MoveToNextTlvNode(TlvNode **curNode) in MoveToNextTlvNode()
165 TlvErrorCode TlvBytesToNode(const uint8_t *byteBuffer, uint16_t bufLength, TlvNode **tlv) in TlvBytesToNode()
188 TlvErrorCode errCode = DMS_TLV_SUCCESS; in TlvBytesToNode()
237 TlvErrorCode errCode = TlvBytesToNode(payload, length, &tlvHead); in Parse()
/ohos5.0/foundation/ability/dmsfwk_lite/include/
H A Ddmslite_tlv_common.h48 } TlvErrorCode; typedef