Home
last modified time | relevance | path

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

/base/telephony/sms_mms/frameworks/js/napi/include/
Dnapi_mms.h164 struct DecodeMmsContext : BaseContext { struct
165 int32_t messageType = DEFAULT_ERROR;
166 int32_t messageMatchResult = 0;
167 std::string textFilePath = "";
168 std::unique_ptr<char[]> inBuffer = nullptr;
169 uint32_t inLen;
171 struct MmsSendConfContext sendConf;
172 struct MmsSendReqContext sendReq;
173 struct MmsNotificationIndContext notificationInd;
174 struct MmsRespIndContext respInd;
[all …]