Searched refs:readRecIndObj (Results 1 - 1 of 1) sorted by relevance
/base/telephony/sms_mms/frameworks/js/napi/src/ |
H A D | napi_mms.cpp | 531 napi_value readRecIndObj = nullptr; in ParseReadRecIndValue() local 532 napi_create_object(env, &readRecIndObj); in ParseReadRecIndValue() 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 NapiUtil::SetPropertyInt32(env, readRecIndObj, "readStatus", static_cast<int32_t>(readRecIndContext.readStatus)); in ParseReadRecIndValue() 539 napi_set_named_property(env, object, mmsTypeKey.c_str(), readRecIndObj); in ParseReadRecIndValue()
|
Completed in 4 milliseconds