Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_decode_buffer.cpp112 bool MmsDecodeBuffer::DecodeShortLength(uint8_t &sValueLength) in DecodeShortLength() argument
121 sValueLength = oneByte; in DecodeShortLength()
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_decode_buffer.h33 bool DecodeShortLength(uint8_t &sValueLength);
/ohos5.0/base/telephony/sms_mms/services/sms/include/
H A Dsms_wap_push_buffer.h45 bool DecodeShortLength(uint8_t &sValueLength);
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_buffer.cpp207 bool SmsWapPushBuffer::DecodeShortLength(uint8_t &sValueLength) in DecodeShortLength() argument
217 sValueLength = oneByte; in DecodeShortLength()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp375 uint8_t sValueLength = 0; variable
382 EXPECT_FALSE(smsWapPushBuffer->DecodeShortLength(sValueLength));
394 EXPECT_TRUE(smsWapPushBuffer->DecodeShortLength(sValueLength));