Home
last modified time | relevance | path

Searched refs:notificationInd (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_mms.cpp326 GetMmsNotificationInd(mmsMsg, context->notificationInd); in NativeDecodeMms()
567 ParseNotificationIndValue(env, object, asyncContext.notificationInd); in CreateDecodeMmsValue()
924 notificationInd.transactionId = GetNapiStringValue(env, napiValue, "transactionId"); in ReadEncodeMmsType()
925 notificationInd.messageClass = GetNapiUint8Value(env, napiValue, "messageClass"); in ReadEncodeMmsType()
926 notificationInd.messageSize = GetNapiInt64Value(env, napiValue, "messageSize"); in ReadEncodeMmsType()
927 notificationInd.expiry = GetNapiInt32Value(env, napiValue, "expiry"); in ReadEncodeMmsType()
930 notificationInd.from = ReadMmsAddress(env, from); in ReadEncodeMmsType()
931 notificationInd.subject = GetNapiStringValue(env, napiValue, "subject"); in ReadEncodeMmsType()
934 notificationInd.contentClass = GetNapiInt32Value(env, napiValue, "contentClass"); in ReadEncodeMmsType()
1091 result = ReadEncodeMmsType(env, mmsTypeValue, context.notificationInd); in EncodeMmsType()
[all …]
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/include/
H A Dnapi_mms.h173 struct MmsNotificationIndContext notificationInd; member
189 struct MmsNotificationIndContext notificationInd; member