Home
last modified time | relevance | path

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

/base/telephony/sms_mms/frameworks/js/napi/include/
Dnapi_mms.h193 struct EncodeMmsContext : BaseContext { struct
194 int32_t messageType = DEFAULT_ERROR;
195 std::unique_ptr<char[]> outBuffer = nullptr;
196 uint32_t bufferLen;
197 std::vector<MmsAttachmentContext> attachment;
198 struct MmsSendConfContext sendConf;
199 struct MmsSendReqContext sendReq;
200 struct MmsNotificationIndContext notificationInd;
201 struct MmsRespIndContext respInd;
202 struct MmsRetrieveConfContext retrieveConf;
[all …]