Searched refs:SetContentType (Results 1 – 12 of 12) sorted by relevance
117 bool SetContentType(std::string strContentType);
41 bool SetContentType(std::string strContentType);
229 bool SetContentType(std::string str);
271 if (!SetContentType(attachment.GetContentType())) { in SetAttachment()304 bool MmsBodyPart::SetContentType(std::string strContentType) in SetContentType() function in OHOS::Telephony::MmsBodyPart306 return bodyPartContentType_.SetContentType(strContentType); in SetContentType()
248 return mmsHeader_.GetHeaderContentType().SetContentType(strType); in SetHeaderContentType()332 attachment.SetContentType(contentType); in GetAllAttachment()
139 bool MmsAttachment::SetContentType(std::string strContentType) in SetContentType() function in OHOS::Telephony::MmsAttachment
259 bool MmsContentType::SetContentType(std::string str) in SetContentType() function in OHOS::Telephony::MmsContentType
291 retBool = attachment.SetContentType("");309 attachment1.SetContentType("application/smil");452 mmsContentType2.SetContentType("contentType");
261 bool SetContentType(std::string str);
250 bool SmsWapPushContentType::SetContentType(std::string str) in SetContentType() function in OHOS::Telephony::SmsWapPushContentType
670 if (!imageAttachment.SetContentType(contenType)) { in MmsAddAttachment()
1180 itAttachment.SetContentType(it->contentType); in setAttachmentToCore()