Searched refs:sendConfContext (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/ |
H A D | napi_mms.cpp | 413 void ParseSendConfValue(napi_env env, napi_value object, MmsSendConfContext &sendConfContext) in ParseSendConfValue() argument 418 …ropertyInt32(env, sendConfObj, "responseState", static_cast<int32_t>(sendConfContext.responseState… in ParseSendConfValue() 419 … NapiUtil::SetPropertyStringUtf8(env, sendConfObj, "transactionId", sendConfContext.transactionId); in ParseSendConfValue() 420 NapiUtil::SetPropertyInt32(env, sendConfObj, "version", sendConfContext.version); in ParseSendConfValue() 421 NapiUtil::SetPropertyStringUtf8(env, sendConfObj, "messageId", sendConfContext.messageId); in ParseSendConfValue()
|