Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk_lite/source/
H A Ddmslite_parser.c165 TlvErrorCode TlvBytesToNode(const uint8_t *byteBuffer, uint16_t bufLength, TlvNode **tlv) in TlvBytesToNode() function
237 TlvErrorCode errCode = TlvBytesToNode(payload, length, &tlvHead); in Parse()