Searched refs:DecodeUintvar (Results 1 - 11 of 11) sorted by relevance
/base/telephony/sms_mms/frameworks/native/mms/src/ |
H A D | mms_decode_buffer.cpp | 68 * @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 D | mms_body.cpp | 44 if (!decodeBuffer.DecodeUintvar(nEntries, length)) {
in DecodeMultipart()
|
H A D | mms_body_part.cpp | 111 if (!decodeBuffer.DecodeUintvar(headerLength, length)) {
in DecodePart() 115 if (!decodeBuffer.DecodeUintvar(bodyLength, length)) {
in DecodePart()
|
H A D | mms_body_part_header.cpp | 106 if (!decodeBuffer.DecodeUintvar(dispositionLength, count)) {
in DecodeContentDisposition()
|
/base/telephony/sms_mms/frameworks/native/mms/include/ |
H A D | mms_decode_buffer.h | 36 bool DecodeUintvar(uint32_t &uintVar, uint32_t &count);
|
/base/telephony/sms_mms/services/sms/ |
H A D | sms_wap_push_buffer.cpp | 163 * @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 D | sms_wap_push_handler.cpp | 95 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 D | wappushbuffer_fuzzer.cpp | 53 decodeBuffer->DecodeUintvar(desLen, desLen); in WapPushBuffer()
|
/base/telephony/sms_mms/services/sms/include/ |
H A D | sms_wap_push_buffer.h | 48 bool DecodeUintvar(uint32_t &uintVar, uint32_t &count);
|
/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_mms_test.cpp | 378 EXPECT_FALSE(smsWapPushBuffer->DecodeUintvar(valueLength, length)); in HWTEST_F() 396 EXPECT_FALSE(smsWapPushBuffer->DecodeUintvar(valueLength, length)); in HWTEST_F()
|
H A D | mms_gtest.cpp | 795 mmsDecodeBuffer.DecodeUintvar(intVar, intVar); in HWTEST_F()
|
Completed in 11 milliseconds