Home
last modified time | relevance | path

Searched refs:DecodeUintvar (Results 1 - 11 of 11) sorted by relevance

/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_decode_buffer.cpp68 * @brief DecodeUintvar
76 bool MmsDecodeBuffer::DecodeUintvar(uint32_t &uintVar, uint32_t &count) in DecodeUintvar() function in OHOS::Telephony::MmsDecodeBuffer
160 if (!DecodeUintvar(uintvar, count)) { in DecodeValueLengthReturnLen()
161 TELEPHONY_LOGE("Decode buffer DecodeUintvar fail."); in DecodeValueLengthReturnLen()
202 if (!DecodeUintvar(uintvar, count)) { in DecodeValueLength()
203 TELEPHONY_LOGE("Decode buffer DecodeUintvar fail."); in DecodeValueLength()
H A Dmms_body.cpp44 if (!decodeBuffer.DecodeUintvar(nEntries, length)) { in DecodeMultipart()
H A Dmms_body_part.cpp111 if (!decodeBuffer.DecodeUintvar(headerLength, length)) { in DecodePart()
115 if (!decodeBuffer.DecodeUintvar(bodyLength, length)) { in DecodePart()
H A Dmms_body_part_header.cpp106 if (!decodeBuffer.DecodeUintvar(dispositionLength, count)) { in DecodeContentDisposition()
/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_decode_buffer.h36 bool DecodeUintvar(uint32_t &uintVar, uint32_t &count);
/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_buffer.cpp163 * @brief DecodeUintvar
171 bool SmsWapPushBuffer::DecodeUintvar(uint32_t &uintVar, uint32_t &count) in DecodeUintvar() function in OHOS::Telephony::SmsWapPushBuffer
255 if (!DecodeUintvar(uintvar, count)) { in DecodeValueLengthReturnLen()
256 TELEPHONY_LOGE("wap push DecodeUintvar fail."); in DecodeValueLengthReturnLen()
296 if (!DecodeUintvar(uintvar, count)) { in DecodeValueLength()
297 TELEPHONY_LOGE("wap push DecodeUintvar fail."); in DecodeValueLength()
H A Dsms_wap_push_handler.cpp95 if (!decodeBuffer.DecodeUintvar(headerLength, count)) { in DecodeWapPushPdu()
96 TELEPHONY_LOGE("Wap push DecodeUintvar fail."); in DecodeWapPushPdu()
312 if (!decodeBuffer.DecodeUintvar(length, count)) { in DecodeXWapAbandonHeaderValue()
313 TELEPHONY_LOGE("Wap push DecodeUintvar fail."); in DecodeXWapAbandonHeaderValue()
/base/telephony/sms_mms/test/fuzztest/wappushbuffer_fuzzer/
H A Dwappushbuffer_fuzzer.cpp53 decodeBuffer->DecodeUintvar(desLen, desLen); in WapPushBuffer()
/base/telephony/sms_mms/services/sms/include/
H A Dsms_wap_push_buffer.h48 bool DecodeUintvar(uint32_t &uintVar, uint32_t &count);
/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp378 EXPECT_FALSE(smsWapPushBuffer->DecodeUintvar(valueLength, length)); in HWTEST_F()
396 EXPECT_FALSE(smsWapPushBuffer->DecodeUintvar(valueLength, length)); in HWTEST_F()
H A Dmms_gtest.cpp795 mmsDecodeBuffer.DecodeUintvar(intVar, intVar); in HWTEST_F()

Completed in 11 milliseconds