Searched refs:DecodeCharsetField (Results 1 – 6 of 6) sorted by relevance
/base/telephony/sms_mms/services/sms/ |
D | sms_wap_push_content_type.cpp | 205 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/ |
D | mms_content_type.cpp | 213 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/ |
D | zero_branch_mms_test.cpp | 560 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));
|
D | mms_gtest.cpp | 441 mmsContentType.DecodeCharsetField(decodeBuffer, len);
|
/base/telephony/sms_mms/frameworks/native/mms/include/ |
D | mms_content_type.h | 217 bool DecodeCharsetField(MmsDecodeBuffer &decodeBuffer, int32_t &valueLength);
|
/base/telephony/sms_mms/services/sms/include/ |
D | sms_wap_push_content_type.h | 254 bool DecodeCharsetField(SmsWapPushBuffer &decodeBuffer, int32_t &valueLength);
|