Home
last modified time | relevance | path

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

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