Home
last modified time | relevance | path

Searched refs:DecodeQuotedText (Results 1 - 8 of 8) sorted by relevance

/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_decode_buffer.h40 bool DecodeQuotedText(std::string &str, uint32_t &len);
/base/telephony/sms_mms/test/fuzztest/wappushbuffer_fuzzer/
H A Dwappushbuffer_fuzzer.cpp61 decodeBuffer->DecodeQuotedText(strValue, desLen); in WapPushBuffer()
/base/telephony/sms_mms/services/sms/include/
H A Dsms_wap_push_buffer.h52 bool DecodeQuotedText(std::string &str, uint32_t &len);
/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_body_part_header.cpp81 if (!decodeBuffer.DecodeQuotedText(sTmp, Len)) { in DecodeContentId()
254 decodeBuffer.DecodeQuotedText(sTmp, len); in DecodeWellKnownHeader()
H A Dmms_decode_buffer.cpp337 * @brief DecodeQuotedText
346 bool MmsDecodeBuffer::DecodeQuotedText(std::string &str, uint32_t &len) in DecodeQuotedText() function in OHOS::Telephony::MmsDecodeBuffer
/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_buffer.cpp414 * @brief DecodeQuotedText
423 bool SmsWapPushBuffer::DecodeQuotedText(std::string &str, uint32_t &len) in DecodeQuotedText() function in OHOS::Telephony::SmsWapPushBuffer
/base/telephony/sms_mms/test/gtest/
H A Dmms_gtest.cpp858 mmsDecodeBuffer.DecodeQuotedText(testStr, intVar); in HWTEST_F()
860 mmsDecodeBuffer.DecodeQuotedText(testStr, intVar); in HWTEST_F()
H A Dzero_branch_mms_test.cpp447 EXPECT_FALSE(smsWapPushBuffer->DecodeQuotedText(str, len)); in HWTEST_F()
450 EXPECT_TRUE(smsWapPushBuffer->DecodeQuotedText(str, len)); in HWTEST_F()

Completed in 7 milliseconds