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/
Dsms_wap_push_buffer.cpp231 const uint8_t maxShortLength = 30; in DecodeValueLengthReturnLen() local
243 if (oneByte <= maxShortLength) { in DecodeValueLengthReturnLen()
274 const uint8_t maxShortLength = 30; in DecodeValueLength() local
285 if (oneByte <= maxShortLength) { in DecodeValueLength()