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