Home
last modified time | relevance | path

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

/base/telephony/sms_mms/interfaces/innerkits/
H A Dsms_constants_utils.h23 static constexpr const uint32_t MAX_MMS_ATTACHMENT_LEN = 10 * 1024 * 1024; member
/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_attachment.cpp44 if (srcAttachment.dataLength_ > MAX_MMS_ATTACHMENT_LEN) { in MmsAttachment()
195 if (dataLength_ > MAX_MMS_ATTACHMENT_LEN) { in GetDataBuffer()
219 if (len > MAX_MMS_ATTACHMENT_LEN) { in SetDataBuffer()
/base/telephony/sms_mms/frameworks/native/mms/src/utils/
H A Dmms_quoted_printable.cpp52 if (inLength == 0 || inLength > MAX_MMS_ATTACHMENT_LEN) { in Decode()
/base/telephony/sms_mms/test/gtest/
H A Dmms_gtest.cpp86 const uint32_t MAX_MMS_ATTACHMENT_LEN = 10 * 1024 * 1024; member
577 retBool = attachment.SetDataBuffer(nullptr, MAX_MMS_ATTACHMENT_LEN + 1); in HWTEST_F()
586 attachment.dataLength_ = MAX_MMS_ATTACHMENT_LEN + 1; in HWTEST_F()
950 decodeBuffer.curPosition_ = MAX_MMS_ATTACHMENT_LEN + 1; in HWTEST_F()

Completed in 4 milliseconds