Searched refs:respIndObj (Results 1 - 1 of 1) sorted by relevance
/base/telephony/sms_mms/frameworks/js/napi/src/ |
H A D | napi_mms.cpp | 450 napi_value respIndObj = nullptr; in ParseRespIndValue() local 451 napi_create_object(env, &respIndObj); in ParseRespIndValue() 452 NapiUtil::SetPropertyStringUtf8(env, respIndObj, "transactionId", respIndContext.transactionId); in ParseRespIndValue() 453 NapiUtil::SetPropertyInt32(env, respIndObj, "status", static_cast<int32_t>(respIndContext.status)); in ParseRespIndValue() 454 NapiUtil::SetPropertyInt32(env, respIndObj, "version", static_cast<int32_t>(respIndContext.version)); in ParseRespIndValue() 455 NapiUtil::SetPropertyInt32(env, respIndObj, "reportAllowed", static_cast<int32_t>(respIndContext.reportAllowed)); in ParseRespIndValue() 456 napi_set_named_property(env, object, mmsTypeKey.c_str(), respIndObj); in ParseRespIndValue()
|
Completed in 3 milliseconds