Searched refs:notificationInd (Results 1 - 2 of 2) sorted by relevance
/base/telephony/sms_mms/frameworks/js/napi/include/ |
H A D | napi_mms.h | 173 struct MmsNotificationIndContext notificationInd; member 189 struct MmsNotificationIndContext notificationInd; member
|
/base/telephony/sms_mms/frameworks/js/napi/src/ |
H A D | napi_mms.cpp | 326 GetMmsNotificationInd(mmsMsg, context->notificationInd); in NativeDecodeMms() 567 ParseNotificationIndValue(env, object, asyncContext.notificationInd); in CreateDecodeMmsValue() 917 bool ReadEncodeMmsType(napi_env env, napi_value napiValue, MmsNotificationIndContext ¬ificationInd) in ReadEncodeMmsType() argument 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() 928 notificationInd.version = static_cast<uint16_t>(GetNapiInt32Value(env, napiValue, "version")); in ReadEncodeMmsType() 930 notificationInd.from = ReadMmsAddress(env, from); in ReadEncodeMmsType() 931 notificationInd in ReadEncodeMmsType() [all...] |
Completed in 3 milliseconds