Searched defs:EncodeMmsContext (Results 1 – 1 of 1) sorted by relevance
193 struct EncodeMmsContext : BaseContext { struct194 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 …]