Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_mms.cpp528 void ParseReadRecIndValue(napi_env env, napi_value object, MmsReadRecIndContext &readRecIndContext) in ParseReadRecIndValue() argument
533 NapiUtil::SetPropertyInt32(env, readRecIndObj, "version", readRecIndContext.version); in ParseReadRecIndValue()
534 NapiUtil::SetPropertyStringUtf8(env, readRecIndObj, "messageId", readRecIndContext.messageId); in ParseReadRecIndValue()
535 ParseAddressArr(env, readRecIndObj, "to", readRecIndContext.to); in ParseReadRecIndValue()
536 ParseAddress(env, readRecIndObj, "from", readRecIndContext.from); in ParseReadRecIndValue()
537 NapiUtil::SetPropertyInt64(env, readRecIndObj, "date", readRecIndContext.date); in ParseReadRecIndValue()
538 …ropertyInt32(env, readRecIndObj, "readStatus", static_cast<int32_t>(readRecIndContext.readStatus)); in ParseReadRecIndValue()