Searched refs:sendConfObj (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/ |
H A D | napi_mms.cpp | 416 napi_value sendConfObj = nullptr; in ParseSendConfValue() local 417 napi_create_object(env, &sendConfObj); in ParseSendConfValue() 418 …NapiUtil::SetPropertyInt32(env, sendConfObj, "responseState", static_cast<int32_t>(sendConfContext… 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() 422 napi_set_named_property(env, object, mmsTypeKey.c_str(), sendConfObj); in ParseSendConfValue()
|