Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_body_part.cpp55 bodyPartContentType_.DumpMmsContentType(); in DumpMmsBodyPart()
91 bodyPartContentType_ = obj.bodyPartContentType_; in AssignBodyPart()
120 if (!bodyPartContentType_.DecodeMmsContentType(decodeBuffer, contentLength)) { in DecodePart()
304 return bodyPartContentType_.SetContentType(strContentType); in SetContentType()
309 return bodyPartContentType_.GetContentType(strContentType); in GetContentType()
357 if (!bodyPartContentType_.EncodeMmsBodyPartContentType(tmpEncodeBuffer)) { in EncodeMmsBodyPart()
528 return bodyPartContentType_; in GetContentType()
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_body_part.h67 MmsContentType bodyPartContentType_; variable