Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_mms.cpp1148 MmsAttachment itAttachment; in SetAttachmentToCore() local
1150 itAttachment.SetAttachmentFilePath(it->path, it->isSmil); in SetAttachmentToCore()
1152 itAttachment.SetIsSmilFile(it->isSmil); in SetAttachmentToCore()
1154 itAttachment.SetFileName(it->fileName); in SetAttachmentToCore()
1157 itAttachment.SetContentId(it->contentId); in SetAttachmentToCore()
1160 itAttachment.SetContentLocation(it->contentLocation); in SetAttachmentToCore()
1163 itAttachment.SetContentDisposition(it->contentDisposition); in SetAttachmentToCore()
1169 itAttachment.SetContentType(it->contentType); in SetAttachmentToCore()
1172 itAttachment.SetCharSet(it->charset); in SetAttachmentToCore()
1175 itAttachment.SetDataBuffer(std::move(it->inBuff), it->inBuffLen); in SetAttachmentToCore()
[all …]