Home
last modified time | relevance | path

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

/base/telephony/sms_mms/interfaces/innerkits/
Dmms_attachment.h117 bool SetContentType(std::string strContentType);
/base/telephony/sms_mms/frameworks/native/mms/include/
Dmms_body_part.h41 bool SetContentType(std::string strContentType);
Dmms_content_type.h229 bool SetContentType(std::string str);
/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_body_part.cpp271 if (!SetContentType(attachment.GetContentType())) { in SetAttachment()
304 bool MmsBodyPart::SetContentType(std::string strContentType) in SetContentType() function in OHOS::Telephony::MmsBodyPart
306 return bodyPartContentType_.SetContentType(strContentType); in SetContentType()
Dmms_msg.cpp248 return mmsHeader_.GetHeaderContentType().SetContentType(strType); in SetHeaderContentType()
332 attachment.SetContentType(contentType); in GetAllAttachment()
Dmms_attachment.cpp139 bool MmsAttachment::SetContentType(std::string strContentType) in SetContentType() function in OHOS::Telephony::MmsAttachment
Dmms_content_type.cpp259 bool MmsContentType::SetContentType(std::string str) in SetContentType() function in OHOS::Telephony::MmsContentType
/base/telephony/sms_mms/test/gtest/
Dmms_gtest.cpp291 retBool = attachment.SetContentType("");
309 attachment1.SetContentType("application/smil");
452 mmsContentType2.SetContentType("contentType");
/base/telephony/sms_mms/services/sms/include/
Dsms_wap_push_content_type.h261 bool SetContentType(std::string str);
/base/telephony/sms_mms/services/sms/
Dsms_wap_push_content_type.cpp250 bool SmsWapPushContentType::SetContentType(std::string str) in SetContentType() function in OHOS::Telephony::SmsWapPushContentType
/base/telephony/sms_mms/test/unittest/
Dmms_msg_test.cpp670 if (!imageAttachment.SetContentType(contenType)) { in MmsAddAttachment()
/base/telephony/sms_mms/frameworks/js/napi/src/
Dnapi_mms.cpp1180 itAttachment.SetContentType(it->contentType); in setAttachmentToCore()