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/
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()
Dmms_encode_buffer.cpp176 const uint32_t maxShortLength = 30; in EncodeValueLength() local
178 if (value <= maxShortLength) { in EncodeValueLength()
/base/telephony/sms_mms/services/sms/
Dsms_wap_push_buffer.cpp235 const uint8_t maxShortLength = 30; in DecodeValueLengthReturnLen() local
247 if (oneByte <= maxShortLength) { in DecodeValueLengthReturnLen()
278 const uint8_t maxShortLength = 30; in DecodeValueLength() local
289 if (oneByte <= maxShortLength) { in DecodeValueLength()