Home
last modified time | relevance | path

Searched refs:DecodeInteger (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_buffer.cpp513 bool SmsWapPushBuffer::DecodeInteger(uint64_t &iInteger) in DecodeInteger() function in OHOS::Telephony::SmsWapPushBuffer
620 if (!DecodeInteger(fieldId)) { in DecodeTextValue()
640 if (DecodeInteger(fieldValue)) { in DecodeTextValue()
H A Dsms_wap_push_handler.cpp249 if (!decodeBuffer.DecodeInteger(fieldValue)) { in DecodeXWapApplicationField()
272 if (decodeBuffer.DecodeInteger(appIdValue)) { in DecodeXWapApplicationValue()
H A Dsms_wap_push_content_type.cpp319 if (!decodeBuffer.DecodeInteger(temp)) { in DecodeCharsetField()
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_decode_buffer.h44 bool DecodeInteger(uint64_t &iInteger);
/ohos5.0/base/telephony/sms_mms/services/sms/include/
H A Dsms_wap_push_buffer.h56 bool DecodeInteger(uint64_t &iInteger);
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_encode_string.cpp68 if (!decodeBuffer.DecodeInteger(charset)) { in DecodeEncodeString()
H A Dmms_decode_buffer.cpp438 bool MmsDecodeBuffer::DecodeInteger(uint64_t &iInteger) in DecodeInteger() function in OHOS::Telephony::MmsDecodeBuffer
H A Dmms_content_type.cpp331 if (!decodeBuffer.DecodeInteger(tmp)) { in DecodeCharsetField()
H A Dmms_header.cpp877 if (!buff.DecodeInteger(value)) { in DecodeFieldIntegerValue()
965 if (!buff.DecodeInteger(count)) { in DecodeFieldPreviouslySentDate()
1010 if (!buff.DecodeInteger(value)) { in DecodeFieldMBox()
/ohos5.0/base/telephony/sms_mms/test/fuzztest/wappushbuffer_fuzzer/
H A Dwappushbuffer_fuzzer.cpp66 decodeBuffer->DecodeInteger(uint64tValue); in WapPushBuffer()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp459 EXPECT_TRUE(smsWapPushBuffer->DecodeInteger(iInteger));
462 EXPECT_FALSE(smsWapPushBuffer->DecodeInteger(iInteger));
H A Dmms_gtest.cpp906 mmsDecodeBuffer.DecodeInteger(longVar);