Home
last modified time | relevance | path

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

/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_body_part.cpp56 bodyPartContentType_.DumpMmsContentType(); in DumpMmsBodyPart()
93 bodyPartContentType_ = obj.bodyPartContentType_; in AssignBodyPart()
122 if (!bodyPartContentType_.DecodeMmsContentType(decodeBuffer, contentLength)) { in DecodePart()
306 return bodyPartContentType_.SetContentType(strContentType); in SetContentType()
311 return bodyPartContentType_.GetContentType(strContentType); in GetContentType()
359 if (!bodyPartContentType_.EncodeMmsBodyPartContentType(tmpEncodeBuffer)) { in EncodeMmsBodyPart()
530 return bodyPartContentType_; in GetContentType()
/base/telephony/sms_mms/frameworks/native/mms/include/
Dmms_body_part.h67 MmsContentType bodyPartContentType_; variable