Home
last modified time | relevance | path

Searched defs:isSmil (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_attachment.cpp31 bool MmsAttachment::SetAttachmentFilePath(std::string strPath, bool isSmil) in SetAttachmentFilePath()
H A Dmms_body_part.cpp50 std::string isSmil = isSmilFile_ ? "ture" : "false"; in DumpMmsBodyPart() local
297 void MmsBodyPart::SetSmilFile(bool isSmil) in SetSmilFile()
H A Dmms_msg.cpp319 bool isSmil = (smilFileName == contentId) ? true : false; in GetAllAttachment() local
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/include/
H A Dnapi_mms.h62 bool isSmil = false; member
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dmms_gtest.cpp180 …ment(MmsMsg &msg, std::string pathName, std::string contentId, std::string contenType, bool isSmil) in MmsAddAttachment()