Home
last modified time | relevance | path

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

/base/telephony/sms_mms/services/sms/
Dsms_wap_push_handler.cpp47 uint32_t headerLength = len; in DecodeWapPushPduData() local
51 headerBuffer = decodeBuffer.ReadDataBuffer(startHeader, headerLength); in DecodeWapPushPduData()
56 … hexHeaderData_ = StringUtils::StringToHex(static_cast<char *>(headerBuffer.get()), headerLength); in DecodeWapPushPduData()
63 dataLength = decodeBuffer.GetSize() - startHeader - headerLength; in DecodeWapPushPduData()
64 posData = startHeader + headerLength; in DecodeWapPushPduData()
96 uint32_t headerLength = 0; in DecodeWapPushPdu() local
97 if (!decodeBuffer.DecodeUintvar(headerLength, count)) { in DecodeWapPushPdu()
110 if (headerLength + startHeader <= curentPosition) { in DecodeWapPushPdu()
114 headersLen = headerLength - curentPosition + startHeader; in DecodeWapPushPdu()
117 if (!DecodeWapPushPduData(decodeBuffer, startHeader, headerLength)) { in DecodeWapPushPdu()
/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_body_part.cpp110 uint32_t headerLength = 0; in DecodePart() local
113 if (!decodeBuffer.DecodeUintvar(headerLength, length)) { in DecodePart()
127 headerLen_ = headerLength; in DecodePart()