Home
last modified time | relevance | path

Searched refs:sValueLength (Results 1 – 5 of 5) sorted by relevance

/base/telephony/sms_mms/frameworks/native/mms/include/
Dmms_decode_buffer.h35 bool DecodeShortLength(uint8_t &sValueLength);
/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_decode_buffer.cpp112 bool MmsDecodeBuffer::DecodeShortLength(uint8_t &sValueLength) in DecodeShortLength() argument
121 sValueLength = oneByte; in DecodeShortLength()
/base/telephony/sms_mms/services/include/
Dsms_wap_push_buffer.h45 bool DecodeShortLength(uint8_t &sValueLength);
/base/telephony/sms_mms/services/
Dsms_wap_push_buffer.cpp202 bool SmsWapPushBuffer::DecodeShortLength(uint8_t &sValueLength) in DecodeShortLength() argument
212 sValueLength = oneByte; in DecodeShortLength()
/base/telephony/sms_mms/test/gtest/
Dzero_branch_test.cpp423 uint8_t sValueLength = 0; variable
434 EXPECT_FALSE(smsWapPushBuffer->DecodeShortLength(sValueLength));