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