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/
H A Dmms_decode_buffer.h33 bool DecodeShortLength(uint8_t &sValueLength);
/base/telephony/sms_mms/services/sms/include/
H A Dsms_wap_push_buffer.h45 bool DecodeShortLength(uint8_t &sValueLength);
/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_decode_buffer.cpp108 * @param sValueLength
112 bool MmsDecodeBuffer::DecodeShortLength(uint8_t &sValueLength) in DecodeShortLength() argument
121 sValueLength = oneByte; in DecodeShortLength()
/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_buffer.cpp203 * @param sValueLength
207 bool SmsWapPushBuffer::DecodeShortLength(uint8_t &sValueLength) in DecodeShortLength() argument
217 sValueLength = oneByte; in DecodeShortLength()
/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp369 uint8_t sValueLength = 0; in HWTEST_F() local
376 EXPECT_FALSE(smsWapPushBuffer->DecodeShortLength(sValueLength)); in HWTEST_F()
388 EXPECT_TRUE(smsWapPushBuffer->DecodeShortLength(sValueLength)); in HWTEST_F()

Completed in 5 milliseconds