Home
last modified time | relevance | path

Searched refs:readOrigIndContext (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_mms.cpp513 …d ParseReadOrigIndValue(napi_env env, napi_value object, MmsReadOrigIndContext &readOrigIndContext) in ParseReadOrigIndValue() argument
518 NapiUtil::SetPropertyInt32(env, readOrigIndObj, "version", readOrigIndContext.version); in ParseReadOrigIndValue()
519 NapiUtil::SetPropertyStringUtf8(env, readOrigIndObj, "messageId", readOrigIndContext.messageId); in ParseReadOrigIndValue()
520 ParseAddressArr(env, readOrigIndObj, "to", readOrigIndContext.to); in ParseReadOrigIndValue()
521 ParseAddress(env, readOrigIndObj, "from", readOrigIndContext.from); in ParseReadOrigIndValue()
522 NapiUtil::SetPropertyInt64(env, readOrigIndObj, "date", readOrigIndContext.date); in ParseReadOrigIndValue()
523 …pertyInt32(env, readOrigIndObj, "readStatus", static_cast<int32_t>(readOrigIndContext.readStatus)); in ParseReadOrigIndValue()