Home
last modified time | relevance | path

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

/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_decode_buffer.h44 bool DecodeInteger(uint64_t &iInteger);
/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_buffer.cpp507 * @brief DecodeInteger
513 bool SmsWapPushBuffer::DecodeInteger(uint64_t &iInteger) in DecodeInteger() function in OHOS::Telephony::SmsWapPushBuffer
620 if (!DecodeInteger(fieldId)) { in DecodeTextValue()
621 TELEPHONY_LOGE("wap push DecodeInteger fail."); in DecodeTextValue()
640 if (DecodeInteger(fieldValue)) { in DecodeTextValue()
H A Dsms_wap_push_handler.cpp249 if (!decodeBuffer.DecodeInteger(fieldValue)) { in DecodeXWapApplicationField()
250 TELEPHONY_LOGE("Wap push DecodeInteger fail."); in DecodeXWapApplicationField()
272 if (decodeBuffer.DecodeInteger(appIdValue)) { in DecodeXWapApplicationValue()
H A Dsms_wap_push_content_type.cpp319 if (!decodeBuffer.DecodeInteger(temp)) { in DecodeCharsetField()
320 TELEPHONY_LOGE("Wap push DecodeCharsetField DecodeInteger fail."); in DecodeCharsetField()
/base/telephony/sms_mms/test/fuzztest/wappushbuffer_fuzzer/
H A Dwappushbuffer_fuzzer.cpp66 decodeBuffer->DecodeInteger(uint64tValue); in WapPushBuffer()
/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_encode_string.cpp68 if (!decodeBuffer.DecodeInteger(charset)) { in DecodeEncodeString()
69 TELEPHONY_LOGE("Decode encodeString DecodeInteger fail."); in DecodeEncodeString()
H A Dmms_decode_buffer.cpp431 * @brief DecodeInteger
438 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()
332 TELEPHONY_LOGE("Decode contentType DecodeInteger fail."); in DecodeCharsetField()
H A Dmms_header.cpp862 if (!buff.DecodeInteger(value)) { in DecodeFieldIntegerValue()
863 TELEPHONY_LOGE("The fieldId[%{public}d] MmsHeader DecodeInteger fail.", fieldId); in DecodeFieldIntegerValue()
950 if (!buff.DecodeInteger(count)) { in DecodeFieldPreviouslySentDate()
951 TELEPHONY_LOGE("The fieldId[%{public}d] MmsHeader DecodeInteger fail.", fieldId); in DecodeFieldPreviouslySentDate()
995 if (!buff.DecodeInteger(value)) { in DecodeFieldMBox()
996 TELEPHONY_LOGE("The fieldId[%{public}d] MmsHeader DecodeInteger fail.", fieldId); in DecodeFieldMBox()
/base/telephony/sms_mms/services/sms/include/
H A Dsms_wap_push_buffer.h56 bool DecodeInteger(uint64_t &iInteger);
/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp453 EXPECT_TRUE(smsWapPushBuffer->DecodeInteger(iInteger)); in HWTEST_F()
456 EXPECT_FALSE(smsWapPushBuffer->DecodeInteger(iInteger)); in HWTEST_F()
H A Dmms_gtest.cpp900 mmsDecodeBuffer.DecodeInteger(longVar); in HWTEST_F()

Completed in 11 milliseconds