Searched refs:readRecInd (Results 1 - 2 of 2) sorted by relevance
/base/telephony/sms_mms/frameworks/js/napi/include/ |
H A D | napi_mms.h | 179 struct MmsReadRecIndContext readRecInd; member 195 struct MmsReadRecIndContext readRecInd; member
|
/base/telephony/sms_mms/frameworks/js/napi/src/ |
H A D | napi_mms.cpp | 338 GetMmsReadRecInd(mmsMsg, context->readRecInd); in NativeDecodeMms() 579 ParseReadRecIndValue(env, object, asyncContext.readRecInd); in CreateDecodeMmsValue() 1014 bool ReadEncodeMmsType(napi_env env, napi_value napiValue, MmsReadRecIndContext &readRecInd) in ReadEncodeMmsType() argument 1019 readRecInd.version = GetNapiInt32Value(env, napiValue, "version"); in ReadEncodeMmsType() 1020 readRecInd.messageId = GetNapiStringValue(env, napiValue, "messageId"); in ReadEncodeMmsType() 1021 ReadMmsAddress(env, napiValue, "to", readRecInd.to); in ReadEncodeMmsType() 1023 readRecInd.from = ReadMmsAddress(env, from); in ReadEncodeMmsType() 1024 readRecInd.date = GetNapiInt64Value(env, napiValue, "date"); in ReadEncodeMmsType() 1025 readRecInd.readStatus = GetNapiUint8Value(env, napiValue, "readStatus"); in ReadEncodeMmsType() 1026 TELEPHONY_LOGI("context->readRecInd in ReadEncodeMmsType() [all...] |
Completed in 5 milliseconds