Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/include/
H A Dnapi_mms.h182 struct EncodeMmsContext : BaseContext { struct
183 int32_t messageType = DEFAULT_ERROR;
184 std::unique_ptr<char[]> outBuffer = nullptr;
185 uint32_t bufferLen = 0;
187 struct MmsSendConfContext sendConf;
188 struct MmsSendReqContext sendReq;
190 struct MmsRespIndContext respInd;
191 struct MmsRetrieveConfContext retrieveConf;
193 struct MmsDeliveryIndContext deliveryInd;
194 struct MmsReadOrigIndContext readOrigInd;
[all …]