Home
last modified time | relevance | path

Searched refs:DecodeCharsetField (Results 1 – 6 of 6) sorted by relevance

/base/telephony/sms_mms/services/sms/
Dsms_wap_push_content_type.cpp205 if (!DecodeCharsetField(decodeBuffer, valueLength)) { in DecodeParameter()
292 bool SmsWapPushContentType::DecodeCharsetField(SmsWapPushBuffer &decodeBuffer, int32_t &valueLength) in DecodeCharsetField() function in OHOS::Telephony::SmsWapPushContentType
/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_content_type.cpp213 if (!DecodeCharsetField(decodeBuffer, valueLength)) { in DecodeParameter()
307 bool MmsContentType::DecodeCharsetField(MmsDecodeBuffer &decodeBuffer, int32_t &valueLength) in DecodeCharsetField() function in OHOS::Telephony::MmsContentType
/base/telephony/sms_mms/test/gtest/
Dzero_branch_mms_test.cpp560 EXPECT_FALSE(smsWapPushContentType->DecodeCharsetField(decodeBuffer, valueLength));
563 EXPECT_FALSE(smsWapPushContentType->DecodeCharsetField(decodeBuffer, valueLength));
566 EXPECT_FALSE(smsWapPushContentType->DecodeCharsetField(decodeBuffer, valueLength));
736 ASSERT_FALSE(mmsContentType.DecodeCharsetField(decoderBuffer, len));
741 ASSERT_FALSE(mmsContentType.DecodeCharsetField(decoderBuffer, len));
746 ASSERT_FALSE(mmsContentType.DecodeCharsetField(decoderBuffer, len));
Dmms_gtest.cpp441 mmsContentType.DecodeCharsetField(decodeBuffer, len);
/base/telephony/sms_mms/frameworks/native/mms/include/
Dmms_content_type.h217 bool DecodeCharsetField(MmsDecodeBuffer &decodeBuffer, int32_t &valueLength);
/base/telephony/sms_mms/services/sms/include/
Dsms_wap_push_content_type.h254 bool DecodeCharsetField(SmsWapPushBuffer &decodeBuffer, int32_t &valueLength);