Searched refs:readOrigInd (Results 1 - 2 of 2) sorted by relevance
/base/telephony/sms_mms/frameworks/js/napi/include/ |
H A D | napi_mms.h | 178 struct MmsReadOrigIndContext readOrigInd; member 194 struct MmsReadOrigIndContext readOrigInd; member
|
/base/telephony/sms_mms/frameworks/js/napi/src/ |
H A D | napi_mms.cpp | 336 GetMmsReadOrigInd(mmsMsg, context->readOrigInd); in NativeDecodeMms() 577 ParseReadOrigIndValue(env, object, asyncContext.readOrigInd); in CreateDecodeMmsValue() 999 bool ReadEncodeMmsType(napi_env env, napi_value napiValue, MmsReadOrigIndContext &readOrigInd) in ReadEncodeMmsType() argument 1004 readOrigInd.version = GetNapiInt32Value(env, napiValue, "version"); in ReadEncodeMmsType() 1005 readOrigInd.messageId = GetNapiStringValue(env, napiValue, "messageId"); in ReadEncodeMmsType() 1006 ReadMmsAddress(env, napiValue, "to", readOrigInd.to); in ReadEncodeMmsType() 1008 readOrigInd.from = ReadMmsAddress(env, from); in ReadEncodeMmsType() 1009 readOrigInd.date = GetNapiInt64Value(env, napiValue, "date"); in ReadEncodeMmsType() 1010 readOrigInd.readStatus = GetNapiUint8Value(env, napiValue, "readStatus"); in ReadEncodeMmsType() 1106 result = ReadEncodeMmsType(env, mmsTypeValue, context.readOrigInd); in EncodeMmsType() [all...] |
Completed in 3 milliseconds