Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_handler.cpp48 uint32_t startHeader = startPos; in DecodeWapPushPduData() local
51 headerBuffer = decodeBuffer.ReadDataBuffer(startHeader, headerLength); in DecodeWapPushPduData()
63 dataLength = decodeBuffer.GetSize() - startHeader - headerLength; in DecodeWapPushPduData()
64 posData = startHeader + headerLength; in DecodeWapPushPduData()
100 uint32_t startHeader = decodeBuffer.GetCurPosition(); in DecodeWapPushPdu() local
107 if (headerLength + startHeader <= curentPosition) { in DecodeWapPushPdu()
111 headersLen = headerLength - curentPosition + startHeader; in DecodeWapPushPdu()
114 if (!DecodeWapPushPduData(decodeBuffer, startHeader, headerLength)) { in DecodeWapPushPdu()