Home
last modified time | relevance | path

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

/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_body.cpp42 uint32_t nEntries = 0; in DecodeMultipart() local
44 if (!decodeBuffer.DecodeUintvar(nEntries, length)) { in DecodeMultipart()
48 bodyEntrys_ = nEntries; in DecodeMultipart()
49 while (nEntries) { in DecodeMultipart()
56 nEntries--; in DecodeMultipart()