Home
last modified time | relevance | path

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

/base/telephony/sms_mms/services/
Dsms_wap_push_handler.cpp42 uint32_t startHeader = startPos; in DecodeWapPushPduData() local
45 headerBuffer = decodeBuffer.ReadDataBuffer(startHeader, headerLength); in DecodeWapPushPduData()
57 dataLength = decodeBuffer.GetSize() - startHeader - headerLength; in DecodeWapPushPduData()
58 posData = startHeader + headerLength; in DecodeWapPushPduData()
92 uint32_t startHeader = decodeBuffer.GetCurPosition(); in DecodeWapPushPdu() local
99 if (headerLength + startHeader <= curentPosition) { in DecodeWapPushPdu()
103 headersLen = headerLength - curentPosition + startHeader; in DecodeWapPushPdu()
106 if (!DecodeWapPushPduData(decodeBuffer, startHeader, headerLength)) { in DecodeWapPushPdu()