Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_handler.cpp106 uint32_t curentPosition = decodeBuffer.GetCurPosition(); in DecodeWapPushPdu() local
107 if (headerLength + startHeader <= curentPosition) { in DecodeWapPushPdu()
111 headersLen = headerLength - curentPosition + startHeader; in DecodeWapPushPdu()