Searched refs:DecodeQuotedText (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/include/ |
H A D | mms_decode_buffer.h | 40 bool DecodeQuotedText(std::string &str, uint32_t &len);
|
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/ |
H A D | mms_body_part_header.cpp | 81 if (!decodeBuffer.DecodeQuotedText(sTmp, Len)) { in DecodeContentId() 254 decodeBuffer.DecodeQuotedText(sTmp, len); in DecodeWellKnownHeader()
|
H A D | mms_decode_buffer.cpp | 346 bool MmsDecodeBuffer::DecodeQuotedText(std::string &str, uint32_t &len) in DecodeQuotedText() function in OHOS::Telephony::MmsDecodeBuffer
|
/ohos5.0/base/telephony/sms_mms/services/sms/include/ |
H A D | sms_wap_push_buffer.h | 52 bool DecodeQuotedText(std::string &str, uint32_t &len);
|
/ohos5.0/base/telephony/sms_mms/test/fuzztest/wappushbuffer_fuzzer/ |
H A D | wappushbuffer_fuzzer.cpp | 61 decodeBuffer->DecodeQuotedText(strValue, desLen); in WapPushBuffer()
|
/ohos5.0/base/telephony/sms_mms/services/sms/ |
H A D | sms_wap_push_buffer.cpp | 423 bool SmsWapPushBuffer::DecodeQuotedText(std::string &str, uint32_t &len) in DecodeQuotedText() function in OHOS::Telephony::SmsWapPushBuffer
|
/ohos5.0/base/telephony/sms_mms/test/gtest/ |
H A D | mms_gtest.cpp | 864 mmsDecodeBuffer.DecodeQuotedText(testStr, intVar); 866 mmsDecodeBuffer.DecodeQuotedText(testStr, intVar);
|
H A D | zero_branch_mms_test.cpp | 453 EXPECT_FALSE(smsWapPushBuffer->DecodeQuotedText(str, len)); 456 EXPECT_TRUE(smsWapPushBuffer->DecodeQuotedText(str, len));
|