Home
last modified time | relevance | path

Searched refs:mmsExpriy (Results 1 - 1 of 1) sorted by relevance

/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_header.cpp1360 int64_t mmsExpriy = 0; in EncodeMmsSendReq() local
1361 if (GetLongValue(MMS_EXPIRY, mmsExpriy)) { in EncodeMmsSendReq()
1362 EncodeFieldExpriyValue(buff, mmsExpriy); in EncodeMmsSendReq()
1417 int64_t mmsExpriy = 0; in EncodeMmsNotificationInd() local
1418 if (!GetLongValue(MMS_EXPIRY, mmsExpriy)) { in EncodeMmsNotificationInd()
1422 if (!EncodeFieldExpriyValue(buff, mmsExpriy)) { in EncodeMmsNotificationInd()

Completed in 3 milliseconds