Home
last modified time | relevance | path

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

/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_decode_buffer.cpp142 const uint8_t maxShortLength = 30; in DecodeValueLengthReturnLen() local
153 if (oneByte <= maxShortLength) { in DecodeValueLengthReturnLen()
185 const uint8_t maxShortLength = 30; in DecodeValueLength() local
196 if (oneByte <= maxShortLength) { in DecodeValueLength()
H A Dmms_encode_buffer.cpp177 const uint32_t maxShortLength = 30; in EncodeValueLength() local
179 if (value <= maxShortLength) { in EncodeValueLength()
/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_buffer.cpp236 const uint8_t maxShortLength = 30; in DecodeValueLengthReturnLen() local
248 if (oneByte <= maxShortLength) { in DecodeValueLengthReturnLen()
279 const uint8_t maxShortLength = 30; in DecodeValueLength() local
290 if (oneByte <= maxShortLength) { in DecodeValueLength()

Completed in 3 milliseconds