Home
last modified time | relevance | path

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

/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_decode_buffer.h41 bool DecodeShortInteger(uint8_t &sInteger);
/base/telephony/sms_mms/test/fuzztest/wappushbuffer_fuzzer/
H A Dwappushbuffer_fuzzer.cpp62 decodeBuffer->DecodeShortInteger(uint8tValue); in WapPushBuffer()
/base/telephony/sms_mms/services/sms/include/
H A Dsms_wap_push_buffer.h54 bool DecodeShortInteger(uint8_t &sInteger);
/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_decode_buffer.cpp366 * @brief DecodeShortInteger
376 bool MmsDecodeBuffer::DecodeShortInteger(uint8_t &sInteger) in DecodeShortInteger() function in OHOS::Telephony::MmsDecodeBuffer
443 if (DecodeShortInteger(sInteger)) { in DecodeInteger()
/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_buffer.cpp443 * @brief DecodeShortInteger
453 bool SmsWapPushBuffer::DecodeShortInteger(uint8_t &sInteger) in DecodeShortInteger() function in OHOS::Telephony::SmsWapPushBuffer
518 if (DecodeShortInteger(sInteger)) { in DecodeInteger()
/base/telephony/sms_mms/test/gtest/
H A Dmms_gtest.cpp889 mmsDecodeBuffer.DecodeShortInteger(byteVar); in HWTEST_F()
891 mmsDecodeBuffer.DecodeShortInteger(byteVar); in HWTEST_F()
H A Dzero_branch_mms_test.cpp381 EXPECT_FALSE(smsWapPushBuffer->DecodeShortInteger(oneByte)); in HWTEST_F()
398 EXPECT_TRUE(smsWapPushBuffer->DecodeShortInteger(oneByte)); in HWTEST_F()

Completed in 7 milliseconds