Searched refs:acknowledgeIndContext (Results 1 - 1 of 1) sorted by relevance
/base/telephony/sms_mms/frameworks/js/napi/src/ |
H A D | napi_mms.cpp | 486 void ParseAcknowledgeIndValue(napi_env env, napi_value object, MmsAcknowledgeIndContext &acknowledgeIndContext) in ParseAcknowledgeIndValue() argument 491 NapiUtil::SetPropertyStringUtf8(env, acknowledgeIndObj, "transactionId", acknowledgeIndContext.transactionId); in ParseAcknowledgeIndValue() 492 NapiUtil::SetPropertyInt32(env, acknowledgeIndObj, "version", acknowledgeIndContext.version); in ParseAcknowledgeIndValue() 494 env, acknowledgeIndObj, "reportAllowed", static_cast<int32_t>(acknowledgeIndContext.reportAllowed)); in ParseAcknowledgeIndValue()
|
Completed in 6 milliseconds