Searched refs:sendConfContext (Results 1 - 1 of 1) sorted by relevance
/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 NapiUtil::SetPropertyInt32(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()
|
Completed in 4 milliseconds