Home
last modified time | relevance | path

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

/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_msg.cpp347 uint32_t partBodyLen = 0; in GetAllAttachment() local
348 std::unique_ptr<char[]> partBodyBuffer = part.ReadBodyPartBuffer(partBodyLen); in GetAllAttachment()
353 attachment.SetDataBuffer(std::move(partBodyBuffer), partBodyLen); in GetAllAttachment()