Home
last modified time | relevance | path

Searched refs:bytesBuffer (Results 1 – 1 of 1) 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() argument
58 TlvByteToLength(bytesBuffer[i], &len); in TlvBytesToLength()
60 if (IsNextTlvLength(bytesBuffer[i])) { in TlvBytesToLength()
61 HILOGD("[bytesNum = %hhu, byte = %x]", bytesNum, bytesBuffer[i]); in TlvBytesToLength()