Searched refs:respIndContext (Results 1 - 1 of 1) sorted by relevance
/base/telephony/sms_mms/frameworks/js/napi/src/ |
H A D | napi_mms.cpp | 447 void ParseRespIndValue(napi_env env, napi_value object, MmsRespIndContext &respIndContext) in ParseRespIndValue() argument 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()
|
Completed in 3 milliseconds