Searched refs:IsSmilFile (Results 1 – 8 of 8) sorted by relevance
217 if (bodyPart.IsSmilFile() && bHaveSmilPart_) { in AddMmsBodyPart()222 if (bodyPart.IsSmilFile()) { in AddMmsBodyPart()
178 bool MmsAttachment::IsSmilFile() in IsSmilFile() function in OHOS::Telephony::MmsAttachment
276 SetSmilFile(attachment.IsSmilFile()); in SetAttachment()283 bool MmsBodyPart::IsSmilFile() in IsSmilFile() function in OHOS::Telephony::MmsBodyPart
288 if (bodyPart.IsSmilFile()) { in AddAttachment()
160 bool IsSmilFile();
39 bool IsSmilFile();
2036 retBool = attachment.IsSmilFile();
280 attachmentContext.isSmil = it.IsSmilFile(); in getAttachmentByDecodeMms()