Searched refs:expiry (Results 1 - 2 of 2) sorted by relevance
/base/telephony/sms_mms/frameworks/js/napi/include/ |
H A D | napi_mms.h | 85 int32_t expiry = DEFAULT_ERROR; member 97 int32_t expiry = DEFAULT_ERROR; member
|
/base/telephony/sms_mms/frameworks/js/napi/src/ |
H A D | napi_mms.cpp | 164 asyncContext.expiry = mmsMsg.GetHeaderIntegerValue(MmsFieldCode::MMS_EXPIRY); in GetMmsSendReq() 179 asyncContext.expiry = mmsMsg.GetHeaderIntegerValue(MmsFieldCode::MMS_EXPIRY); in GetMmsNotificationInd() 402 NapiUtil::SetPropertyInt32(env, sendReqObj, "expiry", sendReqContext.expiry); in ParseSendReqValue() 435 NapiUtil::SetPropertyInt32(env, notificationObj, "expiry", notificationContext.expiry); in ParseNotificationIndValue() 895 sendReq.expiry = GetNapiInt32Value(env, napiValue, "expiry"); in ReadEncodeMmsType() 919 std::vector<std::string> checkName = { "transactionId", "messageClass", "messageSize", "expiry", in ReadEncodeMmsType() 927 notificationInd.expiry in ReadEncodeMmsType() [all...] |
Completed in 4 milliseconds