Home
last modified time | relevance | path

Searched refs:notificationObj (Results 1 - 1 of 1) sorted by relevance

/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_mms.cpp429 napi_value notificationObj = nullptr; in ParseNotificationIndValue() local
430 napi_create_object(env, &notificationObj); in ParseNotificationIndValue()
431 NapiUtil::SetPropertyStringUtf8(env, notificationObj, "transactionId", notificationContext.transactionId); in ParseNotificationIndValue()
433 env, notificationObj, "messageClass", static_cast<int32_t>(notificationContext.messageClass)); in ParseNotificationIndValue()
434 NapiUtil::SetPropertyInt64(env, notificationObj, "messageSize", notificationContext.messageSize); in ParseNotificationIndValue()
435 NapiUtil::SetPropertyInt32(env, notificationObj, "expiry", notificationContext.expiry); in ParseNotificationIndValue()
436 NapiUtil::SetPropertyInt32(env, notificationObj, "version", notificationContext.version); in ParseNotificationIndValue()
437 ParseAddress(env, notificationObj, "from", notificationContext.from); in ParseNotificationIndValue()
438 NapiUtil::SetPropertyStringUtf8(env, notificationObj, "subject", notificationContext.subject); in ParseNotificationIndValue()
440 env, notificationObj, "deliveryRepor in ParseNotificationIndValue()
[all...]

Completed in 4 milliseconds