Searched refs:IsSmilFile (Results 1 – 8 of 8) sorted by relevance
217 if (bodyPart.IsSmilFile() && bHaveSmilPart_) { in AddMmsBodyPart()222 if (bodyPart.IsSmilFile()) { in AddMmsBodyPart()
182 bool MmsAttachment::IsSmilFile() in IsSmilFile() function in OHOS::Telephony::MmsAttachment
287 SetSmilFile(attachment.IsSmilFile()); in SetAttachment()294 bool MmsBodyPart::IsSmilFile() in IsSmilFile() function in OHOS::Telephony::MmsBodyPart
289 if (bodyPart.IsSmilFile()) { in AddAttachment()
39 bool IsSmilFile();
160 bool IsSmilFile();
294 retBool = attachment.IsSmilFile();
290 attachmentContext.isSmil = it.IsSmilFile(); in getAttachmentByDecodeMms()