Home
last modified time | relevance | path

Searched refs:DecodeShortInteger (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_decode_buffer.cpp376 bool MmsDecodeBuffer::DecodeShortInteger(uint8_t &sInteger) in DecodeShortInteger() function in OHOS::Telephony::MmsDecodeBuffer
443 if (DecodeShortInteger(sInteger)) { in DecodeInteger()
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_decode_buffer.h41 bool DecodeShortInteger(uint8_t &sInteger);
/ohos5.0/base/telephony/sms_mms/services/sms/include/
H A Dsms_wap_push_buffer.h54 bool DecodeShortInteger(uint8_t &sInteger);
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_buffer.cpp453 bool SmsWapPushBuffer::DecodeShortInteger(uint8_t &sInteger) in DecodeShortInteger() function in OHOS::Telephony::SmsWapPushBuffer
518 if (DecodeShortInteger(sInteger)) { in DecodeInteger()
/ohos5.0/base/telephony/sms_mms/test/fuzztest/wappushbuffer_fuzzer/
H A Dwappushbuffer_fuzzer.cpp62 decodeBuffer->DecodeShortInteger(uint8tValue); in WapPushBuffer()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dmms_gtest.cpp895 mmsDecodeBuffer.DecodeShortInteger(byteVar);
897 mmsDecodeBuffer.DecodeShortInteger(byteVar);
H A Dzero_branch_mms_test.cpp387 EXPECT_FALSE(smsWapPushBuffer->DecodeShortInteger(oneByte));
404 EXPECT_TRUE(smsWapPushBuffer->DecodeShortInteger(oneByte));