Home
last modified time | relevance | path

Searched refs:EncodeQuotedText (Results 1 - 4 of 4) sorted by relevance

/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_encode_buffer.h40 bool EncodeQuotedText(std::string value);
/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_encode_buffer.cpp283 * @brief EncodeQuotedText
291 bool MmsEncodeBuffer::EncodeQuotedText(std::string value) in EncodeQuotedText() function in OHOS::Telephony::MmsEncodeBuffer
H A Dmms_body_part_header.cpp408 if (!encodeBuffer.EncodeQuotedText(strContentID_)) { in EncodeContentId()
/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp1337 retBool = mmsEncodeBuffer.EncodeQuotedText(""); in HWTEST_F()
1340 retBool = mmsEncodeBuffer.EncodeQuotedText(BEGIN_STR); in HWTEST_F()
1343 retBool = mmsEncodeBuffer.EncodeQuotedText(END_STR); in HWTEST_F()

Completed in 5 milliseconds